Skip to content

Commit 09c886d

Browse files
committed
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 <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Cherry Mui <[email protected]>
1 parent a6e49b6 commit 09c886d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/dist/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Because of backward compatibility, although the steps above say Go 1.20.6,
1616
in practice any release ≥ Go 1.20.6 but < Go 1.x will work as the bootstrap base.
1717
Releases ≥ Go 1.x are very likely to work as well.
1818

19-
See golang.org/s/go15bootstrap for more details about the original bootstrap
20-
and https://go.dev/cl/54265 for details about later bootstrap version bumps.
19+
See https://go.dev/s/go15bootstrap for more details about the original bootstrap
20+
and https://go.dev/issue/54265 for details about later bootstrap version bumps.
2121

0 commit comments

Comments
 (0)