design: fix issue number in go15bootstrap.md
Fixes golang/go#76665.
Change-Id: I83abea2596e388b2171b264af7833786300afb11
GitHub-Last-Rev: f11d6043457de8c1fca27b9c00f752d7df5d111f
GitHub-Pull-Request: golang/proposal#59
Reviewed-on: https://go-review.googlesource.com/c/proposal/+/726460
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/design/go15bootstrap.md b/design/go15bootstrap.md
index 24b79da..0b27790 100644
--- a/design/go15bootstrap.md
+++ b/design/go15bootstrap.md
@@ -11,7 +11,7 @@
Question: how do you build Go if you need Go built already? \
Answer: building Go 1.5 will require having Go 1.4 available.
-[**Update, 2023.** This plan was originally published as a Google document. For easier access, it was converted to Markdown in this repository in 2023. Later versions of Go require newer bootstrap toolchains. See [go.dev/issue/52465](https://go.dev/issue/52465) for those details.]
+[**Update, 2023.** This plan was originally published as a Google document. For easier access, it was converted to Markdown in this repository in 2023. Later versions of Go require newer bootstrap toolchains. See [go.dev/issue/54265](https://go.dev/issue/54265) for those details.]
## Background