aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2024-04-17 21:02:31 +0800
committerGopher Robot <gobot@golang.org>2024-04-18 16:00:16 +0000
commita0205e650a2a802b82e7f924e43d4a9adfb3ac36 (patch)
treec5ad92c1ff1c02e9256631c7ebd29aa6aa140a6d /doc
parent276d28fe40dc8b4e0a9964a52dec426d4ed6fff0 (diff)
downloadgo-a0205e650a2a802b82e7f924e43d4a9adfb3ac36.tar.gz
go-a0205e650a2a802b82e7f924e43d4a9adfb3ac36.zip
doc: simplify symbol links for relnotes
This is a follow-up to CL 578195. Change-Id: Iab38ee008df8b06c300b0027019cc0464bdadca1 Reviewed-on: https://go-review.googlesource.com/c/go/+/579796 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/net/63116.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/next/6-stdlib/99-minor/net/63116.md b/doc/next/6-stdlib/99-minor/net/63116.md
index d847a5545e..89ec4b1e07 100644
--- a/doc/next/6-stdlib/99-minor/net/63116.md
+++ b/doc/next/6-stdlib/99-minor/net/63116.md
@@ -1,3 +1,3 @@
-The [`DNSError`](/pkg/net#DNSError) type now wraps errors caused by timeouts
-or cancelation. For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
+The [DNSError] type now wraps errors caused by timeouts or cancelation.
+For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
will now report whether a DNS error was caused by a timeout.