aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof.go
diff options
context:
space:
mode:
authorcui fliter <imcusg@gmail.com>2023-12-14 16:40:35 +0800
committerDaniel Martí <mvdan@mvdan.cc>2023-12-30 00:24:56 +0000
commitb25f5558c69140deb652337afaab5c1186cd0ff1 (patch)
tree4dfa90d8d511a35ff6c51123a8ea95038a14f17f /src/runtime/pprof/pprof.go
parent3233542e8514f641883119e6afa3ae1256b7642b (diff)
downloadgo-b25f5558c69140deb652337afaab5c1186cd0ff1.tar.xz
all: replace outdated links
Change-Id: I7156e7858e8f06459818e03729c644d64e04d43c Reviewed-on: https://go-review.googlesource.com/c/go/+/549356 Reviewed-by: Cherry Mui <cherryyz@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/runtime/pprof/pprof.go')
-rw-r--r--src/runtime/pprof/pprof.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/pprof/pprof.go b/src/runtime/pprof/pprof.go
index 1e698425d7..a4dcf33508 100644
--- a/src/runtime/pprof/pprof.go
+++ b/src/runtime/pprof/pprof.go
@@ -69,7 +69,7 @@
// all pprof commands.
//
// For more information about pprof, see
-// https://github.com/google/pprof/blob/master/doc/README.md.
+// https://github.com/google/pprof/blob/main/doc/README.md.
package pprof
import (