]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: fix broken link in README
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 24 Jul 2023 14:26:10 +0000 (10:26 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Tue, 25 Jul 2023 17:20:22 +0000 (17:20 +0000)
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 <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/dist/README

index f9220b4cf52737f3d0cc9274e6f1a7ffee18c2e0..0f99284e6680cf27409c0c8e48760c2b2f541622 100644 (file)
@@ -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.