Skip to content

Commit

Permalink
doc: correct issue number for release note
Browse files Browse the repository at this point in the history
Also simplify links.

Change-Id: I412d6c914d05bd093df46926a4f1742d664fefea
Reviewed-on: https://go-review.googlesource.com/c/go/+/587355
Reviewed-by: Dmitri Shuralyov <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Jonathan Amsterdam <[email protected]>
  • Loading branch information
callthingsoff authored and jba committed May 22, 2024
1 parent 3a3837f commit 5f6a856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/next/6-stdlib/3-structs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### New structs package


The new [structs](/pkg/structs) package provides
The new [structs] package provides
types for struct fields that modify properties of
the containing struct type such as memory layout.

Expand Down
2 changes: 1 addition & 1 deletion doc/next/6-stdlib/99-minor/go/types/66559.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The [Alias] type now has an [Rhs] method that returns the type on the
right-hand side of its declaration: given `type A = B`, the `Rhs` of A
is B. ([#66559](/issue/12345))
is B. ([#66559](/issue/66559))

0 comments on commit 5f6a856

Please sign in to comment.