aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2025-06-12 10:19:28 +0200
committerAlberto Donizetti <alb.donizetti@gmail.com>2025-06-12 23:27:10 -0700
commit9149876112facc113d77d2c65e1590184c57d0c2 (patch)
tree39b43b19964cd4e0932c06d9d23b6aa7e921415b /src/cmd
parent934d5f2cf703c6aad9f0ce6a73a3922d1af83049 (diff)
downloadgo-9149876112facc113d77d2c65e1590184c57d0c2.tar.xz
all: replace a few user-visible mentions of golang.org and godoc.org
This change replaces a few user-visible mentions of golang.org and godoc.org with go.dev and pkg.go.dev, respectively. Non-user-visible mentions (e.g. in test scripts) were left untouched. Change-Id: I5d828edcd618b6c55243d0dfcadc6fa1ce9422ce Reviewed-on: https://go-review.googlesource.com/c/go/+/681255 Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/go/internal/bug/bug.go2
-rw-r--r--src/cmd/go/internal/cache/default.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/internal/bug/bug.go b/src/cmd/go/internal/bug/bug.go
index d3f9065d3d..4ff45d2d88 100644
--- a/src/cmd/go/internal/bug/bug.go
+++ b/src/cmd/go/internal/bug/bug.go
@@ -69,7 +69,7 @@ const bugFooter = `### What did you do?
<!--
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
-A link on play.golang.org is best.
+A link on go.dev/play is best.
-->
diff --git a/src/cmd/go/internal/cache/default.go b/src/cmd/go/internal/cache/default.go
index b2dd69edc5..cc4e0517b4 100644
--- a/src/cmd/go/internal/cache/default.go
+++ b/src/cmd/go/internal/cache/default.go
@@ -28,7 +28,7 @@ var initDefaultCacheOnce = sync.OnceValue(initDefaultCache)
const cacheREADME = `This directory holds cached build artifacts from the Go build system.
Run "go clean -cache" if the directory is getting too large.
Run "go clean -fuzzcache" to delete the fuzz cache.
-See golang.org to learn more about Go.
+See go.dev to learn more about Go.
`
// initDefaultCache does the work of finding the default cache