Skip to content

Commit f31fcc7

Browse files
callthingsoffgopherbot
authored andcommitted
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]>
1 parent a639078 commit f31fcc7

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
The [`Func`](/go/types#Func) type, which represents a function or
2-
method symbol, now has a [`Signature`](/go/types#Func.Signature)
3-
method that returns the function's type, which is always a
4-
`Signature`.
1+
The [Func] type, which represents a function or method symbol, now
2+
has a [Func.Signature] method that returns the function's type, which
3+
is always a `Signature`.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[`Cookie`](/pkg/net/http#Cookie) now preserves double quotes surrounding
2-
a cookie value. The new `Cookie.Quoted` field indicates whether the
3-
`Cookie.Value` was originally quoted.
1+
[Cookie] now preserves double quotes surrounding a cookie value.
2+
The new [Cookie.Quoted] field indicates whether the [Cookie.Value]
3+
was originally quoted.

0 commit comments

Comments
 (0)