From 5f6a85637c5f2b7e093044651f5557e08faa8351 Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Wed, 22 May 2024 22:24:27 +0800 Subject: [PATCH] doc: correct issue number for release note Also simplify links. Change-Id: I412d6c914d05bd093df46926a4f1742d664fefea Reviewed-on: https://go-review.googlesource.com/c/go/+/587355 Reviewed-by: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Jonathan Amsterdam --- doc/next/6-stdlib/3-structs.md | 3 +-- doc/next/6-stdlib/99-minor/go/types/66559.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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))