aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2024-04-19 20:40:30 +0800
committerGopher Robot <gobot@golang.org>2024-04-19 14:33:17 +0000
commitf31fcc75385bc8037b46aea7f05022520d8c8148 (patch)
treeb6f873a3408ca85d0dd2a4ffeb25cd2ec479aaf0
parenta63907808d14679c723e566cb83acc76fc8cafc2 (diff)
downloadgo-f31fcc75385bc8037b46aea7f05022520d8c8148.tar.gz
go-f31fcc75385bc8037b46aea7f05022520d8c8148.zip
doc: make symbol links simpler for relnotes
This is a follow-up to CL 578195. Change-Id: I6466ff8753f05a9424a8098cd88490aab6b236c9 Reviewed-on: https://go-review.googlesource.com/c/go/+/580277 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Jonathan Amsterdam <jba@google.com>
-rw-r--r--doc/next/6-stdlib/99-minor/go/types/65772.md7
-rw-r--r--doc/next/6-stdlib/99-minor/net/http/46443.md6
2 files changed, 6 insertions, 7 deletions
diff --git a/doc/next/6-stdlib/99-minor/go/types/65772.md b/doc/next/6-stdlib/99-minor/go/types/65772.md
index 33e949db3d9..ec7f0b0e59b 100644
--- a/doc/next/6-stdlib/99-minor/go/types/65772.md
+++ b/doc/next/6-stdlib/99-minor/go/types/65772.md
@@ -1,4 +1,3 @@
-The [`Func`](/go/types#Func) type, which represents a function or
-method symbol, now has a [`Signature`](/go/types#Func.Signature)
-method that returns the function's type, which is always a
-`Signature`. \ No newline at end of file
+The [Func] type, which represents a function or method symbol, now
+has a [Func.Signature] method that returns the function's type, which
+is always a `Signature`. \ No newline at end of file
diff --git a/doc/next/6-stdlib/99-minor/net/http/46443.md b/doc/next/6-stdlib/99-minor/net/http/46443.md
index 730582008ad..37ceae9eddd 100644
--- a/doc/next/6-stdlib/99-minor/net/http/46443.md
+++ b/doc/next/6-stdlib/99-minor/net/http/46443.md
@@ -1,3 +1,3 @@
-[`Cookie`](/pkg/net/http#Cookie) now preserves double quotes surrounding
-a cookie value. The new `Cookie.Quoted` field indicates whether the
-`Cookie.Value` was originally quoted.
+[Cookie] now preserves double quotes surrounding a cookie value.
+The new [Cookie.Quoted] field indicates whether the [Cookie.Value]
+was originally quoted.