From 09c886d3936f5e1d34d7e467990622b9a1e0f858 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 24 Jul 2023 10:26:10 -0400 Subject: [PATCH] cmd/dist: fix broken link in README While here, also update the go15bootstrap link to use the shorter go.dev domain and https:// prefix for consistency. For #54265. Change-Id: I881eeda235589511a93bf47186f91f6c47c12932 Reviewed-on: https://go-review.googlesource.com/c/go/+/512720 Run-TryBot: Dmitri Shuralyov Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot Reviewed-by: Cherry Mui --- src/cmd/dist/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd/dist/README b/src/cmd/dist/README index f9220b4cf5..0f99284e66 100644 --- a/src/cmd/dist/README +++ b/src/cmd/dist/README @@ -16,6 +16,6 @@ Because of backward compatibility, although the steps above say Go 1.20.6, in practice any release ≥ Go 1.20.6 but < Go 1.x will work as the bootstrap base. Releases ≥ Go 1.x are very likely to work as well. -See golang.org/s/go15bootstrap for more details about the original bootstrap -and https://go.dev/cl/54265 for details about later bootstrap version bumps. +See https://go.dev/s/go15bootstrap for more details about the original bootstrap +and https://go.dev/issue/54265 for details about later bootstrap version bumps. -- 2.48.1