From: Dmitri Shuralyov Date: Mon, 24 Jul 2023 14:26:10 +0000 (-0400) Subject: cmd/dist: fix broken link in README X-Git-Tag: go1.22rc1~1534 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=09c886d3936f5e1d34d7e467990622b9a1e0f858;p=gostls13.git 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 --- 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.