Skip to content

Commit 35fa63d

Browse files
committed
Change http:// to https://
1 parent ba1185b commit 35fa63d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ A description about what this pull request implements and its purpose. Try to be
66

77
Add links to any relevant tickets and documentation.
88

9-
- [Link 1](http://example.com)
9+
- [Link 1](https://example.com)
1010
- ...
1111

1212
#### Screenshots (if appropriate)
1313

1414
Attach images or add image links here.
1515

16-
![Example Image](http://placehold.it/300x200)
16+
![Example Image](https://placehold.it/300x200)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bigcommerce API Client
44
PHP client for connecting to the Bigcommerce V2 REST API.
55

66
To find out more, visit the official documentation website:
7-
http://developer.bigcommerce.com/
7+
https://developer.bigcommerce.com/
88

99
[![Latest Stable Version](https://poser.pugx.org/bigcommerce/api/v/stable.png)](https://packagist.org/packages/bigcommerce/api)
1010
[![Total Downloads](https://poser.pugx.org/bigcommerce/api/downloads.png)](https://packagist.org/packages/bigcommerce/api)

0 commit comments

Comments
 (0)