Skip to content

Commit fa4bdb9

Browse files
committed
fix RFC links
1 parent 5411d2f commit fa4bdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/authorization.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::headers::{HeaderName, HeaderValue, Headers, AUTHORIZATION};
66
///
77
/// # Specifications
88
///
9-
/// - [RFC 7235, section 4.2: Authorization](https://tools.ietf.org/html/rfc7232#section-3.4)
9+
/// - [RFC 7235, section 4.2: Authorization](https://tools.ietf.org/html/rfc7235#section-4.2)
1010
///
1111
/// # Examples
1212
///

0 commit comments

Comments
 (0)