]> Cypherpunks repositories - gostls13.git/commitdiff
doc: simplify symbol links for relnotes
authorJes Cok <xigua67damn@gmail.com>
Wed, 17 Apr 2024 13:02:31 +0000 (21:02 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 18 Apr 2024 16:00:16 +0000 (16:00 +0000)
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>
doc/next/6-stdlib/99-minor/net/63116.md

index d847a5545ed09e12fbca9e70a5295b1dfac901e6..89ec4b1e0703ef6d0c8d02f67d158b9f06ec54c2 100644 (file)
@@ -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.