From: Andy Pan Date: Sat, 24 Feb 2024 00:01:51 +0000 (+0800) Subject: doc/next: add the missing slashes ahead of net#Dialer and net#ListenConfig X-Git-Tag: go1.23rc1~1126 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1a4fdb9529f4759aaad9fedbcdb549a636441081;p=gostls13.git doc/next: add the missing slashes ahead of net#Dialer and net#ListenConfig Change-Id: I216189f181ee73d16602c5cc86eb4d6b439a142b Reviewed-on: https://go-review.googlesource.com/c/go/+/566595 Reviewed-by: Damien Neil LUCI-TryBot-Result: Go LUCI Commit-Queue: Damien Neil Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Auto-Submit: Damien Neil --- diff --git a/doc/next/6-stdlib/99-minor/net/62254.md b/doc/next/6-stdlib/99-minor/net/62254.md index 1d32fd8913..012b7ede5e 100644 --- a/doc/next/6-stdlib/99-minor/net/62254.md +++ b/doc/next/6-stdlib/99-minor/net/62254.md @@ -1,4 +1,4 @@ The new type [`KeepAliveConfig`](/net#KeepAliveConfig) permits fine-tuning the keep-alive options for TCP connections, via a new [`TCPConn.SetKeepAliveConfig`](/net#TCPConn.SetKeepAliveConfig) method and -new KeepAliveConfig fields for [`Dialer`](net#Dialer) and [`ListenConfig`](net#ListenConfig). +new KeepAliveConfig fields for [`Dialer`](/net#Dialer) and [`ListenConfig`](/net#ListenConfig).