diff --git a/doc/next/6-stdlib/3-structs.md b/doc/next/6-stdlib/3-structs.md index 1f0de8f63e..adf42f1b37 100644 --- a/doc/next/6-stdlib/3-structs.md +++ b/doc/next/6-stdlib/3-structs.md @@ -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. diff --git a/doc/next/6-stdlib/99-minor/go/types/66559.md b/doc/next/6-stdlib/99-minor/go/types/66559.md index fbaf39191e..e3884594fa 100644 --- a/doc/next/6-stdlib/99-minor/go/types/66559.md +++ b/doc/next/6-stdlib/99-minor/go/types/66559.md @@ -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))