Skip to content

Commit 5a6b435

Browse files
authored
Merge branch 'hyperium:master' into pr/http-proxy-basic-auth
2 parents 3d9c362 + d5503b2 commit 5a6b435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/legacy/connect/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ impl<R> HttpConnector<R> {
397397
/// - macOS, iOS, visionOS, watchOS, and tvOS
398398
///
399399
/// [VRF]: https://www.kernel.org/doc/Documentation/networking/vrf.txt
400-
/// [`man 7 socket`] https://man7.org/linux/man-pages/man7/socket.7.html
400+
/// [`man 7 socket`]: https://man7.org/linux/man-pages/man7/socket.7.html
401401
/// [`man 7p ip`]: https://docs.oracle.com/cd/E86824_01/html/E54777/ip-7p.html
402402
#[cfg(any(
403403
target_os = "android",

0 commit comments

Comments
 (0)