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>
This commit is contained in:
Jes Cok 2024-04-17 21:02:31 +08:00 committed by Gopher Robot
parent 276d28fe40
commit a0205e650a
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
The [`DNSError`](/pkg/net#DNSError) type now wraps errors caused by timeouts The [DNSError] type now wraps errors caused by timeouts or cancelation.
or cancelation. For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)` For example, `errors.Is(someDNSErr, context.DeadlineExceedeed)`
will now report whether a DNS error was caused by a timeout. will now report whether a DNS error was caused by a timeout.