From a160470e4e3de4d4ba6d8d28b2ff7fef00b040a7 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 27 Apr 2021 19:34:26 +0200 Subject: [PATCH] Docs: use https for own site links --- README.md | 6 +++--- docs/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f198f71f..46d2df6d4 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Installation ------------ ### Install with Composer -If you're using [Composer](http://getcomposer.org/) to manage +If you're using [Composer](https://getcomposer.org/) to manage dependencies, you can add Requests with it. ```sh @@ -123,12 +123,12 @@ After that, take a look at [the documentation for `Requests::request()`][request_method], where all the parameters are fully documented. -Requests is [100% documented with PHPDoc](http://requests.ryanmccue.info/api/). +Requests is [100% documented with PHPDoc](https://requests.ryanmccue.info/api/). If you find any problems with it, [create a new issue](https://github.com/WordPress/Requests/issues/new)! [prose-based documentation]: https://github.com/WordPress/Requests/blob/master/docs/README.md -[request_method]: http://requests.ryanmccue.info/api/class-Requests.html#_request +[request_method]: https://requests.ryanmccue.info/api/class-Requests.html#_request Testing ------- diff --git a/docs/README.md b/docs/README.md index 8fa0e3ee1..f1a98344e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ Documentation If you're here, you're looking for documentation for Requests! The documents here are prose; you might also want to check out the [API documentation][]. -[API documentation]: http://requests.ryanmccue.info/api/ +[API documentation]: https://requests.ryanmccue.info/api/ * Introduction * [Goals][goals]