]> Cypherpunks repositories - gostls13.git/commitdiff
doc: correct issue number for release note
authorJes Cok <xigua67damn@gmail.com>
Wed, 22 May 2024 14:24:27 +0000 (22:24 +0800)
committerJonathan Amsterdam <jba@google.com>
Wed, 22 May 2024 16:06:02 +0000 (16:06 +0000)
Also simplify links.

Change-Id: I412d6c914d05bd093df46926a4f1742d664fefea
Reviewed-on: https://go-review.googlesource.com/c/go/+/587355
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
doc/next/6-stdlib/3-structs.md
doc/next/6-stdlib/99-minor/go/types/66559.md

index 1f0de8f63e2fed0835dd235fd786c01d050f1592..adf42f1b375cf77c90aeeb6a9af5025e4fffd09d 100644 (file)
@@ -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.
 
index fbaf39191ea6548288256f0d74c84b72a34b1c92..e3884594fa204d29ac93d3eb6ffb6eb8e57cc035 100644 (file)
@@ -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))