Skip to content

Commit aeb5f50

Browse files
Update links to https
1 parent fbc836e commit aeb5f50

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
It is an official PHP SDK for MailerLite API v2.
44

5-
You can find more examples and information about MailerLite API v2 here: [http://developers.mailerlite.com](http://developers.mailerlite.com)
5+
You can find more examples and information about MailerLite API v2 here: [http://developers.mailerlite.com](https://developers.mailerlite.com)
66

77
## Getting started
88

@@ -22,7 +22,7 @@ composer require mailerlite/mailerlite-api-v2-php-sdk
2222

2323
##### Manual (preferable for shared hostings)
2424

25-
This way is preferable only if you are using shared hosting and do not have a possibility to use Composer. You will need to download [this archive](http://bit.ly/ml-php-sdk-0_1_10), extract it and place its contents in root folder of your project. The next step is the same as using Composer, you will need to require `vendor/autoload.php` file in your index.php and lets dive in!
25+
This way is preferable only if you are using shared hosting and do not have a possibility to use Composer. You will need to download [this archive](https://bit.ly/ml-php-sdk-0_1_10), extract it and place its contents in root folder of your project. The next step is the same as using Composer, you will need to require `vendor/autoload.php` file in your index.php and lets dive in!
2626

2727
## Usage examples
2828

@@ -66,9 +66,9 @@ $fields = $fieldsApi->get(); // returns array of fields
6666

6767
## Use your preferred HTTP client
6868

69-
MailerLite SDK uses cURL as default HTTP client but it is easy to use your preferred client. It is achieved by using [HTTPlug](http://httplug.io) which is PSR-7 compliant HTTP client abstraction.
69+
MailerLite SDK uses cURL as default HTTP client but it is easy to use your preferred client. It is achieved by using [HTTPlug](https://httplug.io) which is PSR-7 compliant HTTP client abstraction.
7070

71-
Here is an example how to use [Guzzle](http://docs.guzzlephp.org/) instead of cURL:
71+
Here is an example how to use [Guzzle](https://docs.guzzlephp.org/) instead of cURL:
7272

7373
```php
7474
$guzzle = new \GuzzleHttp\Client();
@@ -85,4 +85,4 @@ You are welcome to create SDK for any other programming language.
8585

8686
If you have any troubles using our API or SDK free to contact our support by email [[email protected]](mailto:info@mailerlite)
8787

88-
Official documentation is at [http://developers.mailerlite.com](http://developers.mailerlite.com)
88+
Official documentation is at [https://developers.mailerlite.com](https://developers.mailerlite.com)

0 commit comments

Comments
 (0)