]> Cypherpunks repositories - gostls13.git/commitdiff
doc: make symbol links simpler for relnotes
authorJes Cok <xigua67damn@gmail.com>
Fri, 19 Apr 2024 12:40:30 +0000 (20:40 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 19 Apr 2024 14:33:17 +0000 (14:33 +0000)
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>
doc/next/6-stdlib/99-minor/go/types/65772.md
doc/next/6-stdlib/99-minor/net/http/46443.md

index 33e949db3d94ff15afbcd34a2ebf1360d05af3f5..ec7f0b0e59bc0e270cb284069e9a2966f524a21d 100644 (file)
@@ -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
index 730582008adc26c167e856b3d453999f80a9c815..37ceae9eddd33b42307b62d3cf8f41d7a6b4447f 100644 (file)
@@ -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.