]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: add the missing slashes ahead of net#Dialer and net#ListenConfig
authorAndy Pan <panjf2000@gmail.com>
Sat, 24 Feb 2024 00:01:51 +0000 (08:01 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 26 Feb 2024 20:48:16 +0000 (20:48 +0000)
Change-Id: I216189f181ee73d16602c5cc86eb4d6b439a142b
Reviewed-on: https://go-review.googlesource.com/c/go/+/566595
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Damien Neil <dneil@google.com>

doc/next/6-stdlib/99-minor/net/62254.md

index 1d32fd89132fa1ac8d3337a63c2c1a4df06281ce..012b7ede5e83c1c65649ecfbc645b68f557dbc0f 100644 (file)
@@ -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).