Skip to content

Commit

Permalink
docs: use https links
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jan 18, 2017
1 parent 19a1a9c commit 9bab450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -101,8 +101,8 @@ status.retry[503] // => true

## Adding Status Codes

The status codes are primarily sourced from http://www.iana.org/assignments/http-status-codes/http-status-codes-1.csv.
Additionally, custom codes are added from http://en.wikipedia.org/wiki/List_of_HTTP_status_codes.
The status codes are primarily sourced from https://www.iana.org/assignments/http-status-codes/http-status-codes-1.csv.
Additionally, custom codes are added from https://en.wikipedia.org/wiki/List_of_HTTP_status_codes.
These are added manually in the `lib/*.json` files.
If you would like to add a status code, add it to the appropriate JSON file.

Expand Down

0 comments on commit 9bab450

Please sign in to comment.