Skip to content

Commit 8d7a048

Browse files
committed
Update addressable href links to target valid anchors
1 parent 27820cf commit 8d7a048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interface-receiver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Methods with value receivers can be called on pointers as well as values.
44
Methods with pointer receivers can only be called on pointers or [addressable values].
55

6-
[addressable values]: https://go.dev/ref/spec#Method_values
6+
[addressable values]: https://go.dev/ref/spec#Address_operators
77

88
For example,
99

style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func (h LogHandler) ServeHTTP(
200200
### Receivers and Interfaces
201201

202202
Methods with value receivers can be called on pointers as well as values.
203-
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Method_values).
203+
Methods with pointer receivers can only be called on pointers or [addressable values](https://go.dev/ref/spec#Address_operators).
204204

205205
For example,
206206

0 commit comments

Comments
 (0)