Skip to content

Commit

Permalink
docs: Use HTTPS links where possible (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 7, 2023
1 parent eb6e595 commit 0d1f772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status.rs
Expand Up @@ -451,7 +451,7 @@ status_codes! {
(418, IM_A_TEAPOT, "I'm a teapot");

/// 421 Misdirected Request
/// [RFC7540, Section 9.1.2](http://tools.ietf.org/html/rfc7540#section-9.1.2)
/// [RFC7540, Section 9.1.2](https://tools.ietf.org/html/rfc7540#section-9.1.2)
(421, MISDIRECTED_REQUEST, "Misdirected Request");
/// 422 Unprocessable Entity
/// [[RFC4918](https://tools.ietf.org/html/rfc4918)]
Expand Down Expand Up @@ -479,7 +479,7 @@ status_codes! {
(431, REQUEST_HEADER_FIELDS_TOO_LARGE, "Request Header Fields Too Large");

/// 451 Unavailable For Legal Reasons
/// [[RFC7725](http://tools.ietf.org/html/rfc7725)]
/// [[RFC7725](https://tools.ietf.org/html/rfc7725)]
(451, UNAVAILABLE_FOR_LEGAL_REASONS, "Unavailable For Legal Reasons");

/// 500 Internal Server Error
Expand Down

0 comments on commit 0d1f772

Please sign in to comment.