Skip to content

Commit

Permalink
Merge pull request #481 from WordPress/feature/more-minor-doc-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera authored Apr 28, 2021
2 parents 8b8a38a + a160470 commit 597d9ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 597d9ee

Please sign in to comment.