Skip to content

Commit d5503b2

Browse files
authored
docs(client): correct malformed reference link in set_interface (#254)
1 parent 8c4f4a0 commit d5503b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)