Skip to content

Commit 0f55e02

Browse files
committed
Fix doc links
1 parent d6e9681 commit 0f55e02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/socket.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,9 +1141,9 @@ const fn into_linger(duration: Option<Duration>) -> sys::linger {
11411141
impl Socket {
11421142
/// Get the value of the `IP_HDRINCL` option on this socket.
11431143
///
1144-
/// For more information about this option, see [`set_header_included`].
1144+
/// For more information about this option, see [`set_header_included_v4`].
11451145
///
1146-
/// [`set_header_included`]: Socket::set_header_included
1146+
/// [`set_header_included_v4`]: Socket::set_header_included_v4
11471147
#[cfg(all(feature = "all", not(any(target_os = "redox", target_os = "espidf"))))]
11481148
#[cfg_attr(
11491149
docsrs,
@@ -1654,9 +1654,9 @@ impl Socket {
16541654
impl Socket {
16551655
/// Get the value of the `IP_HDRINCL` option on this socket.
16561656
///
1657-
/// For more information about this option, see [`set_header_included`].
1657+
/// For more information about this option, see [`set_header_included_v6`].
16581658
///
1659-
/// [`set_header_included`]: Socket::set_header_included
1659+
/// [`set_header_included_v6`]: Socket::set_header_included_v6
16601660
#[cfg(all(
16611661
feature = "all",
16621662
not(any(

0 commit comments

Comments
 (0)