From a8e67fe0ed72186c6c5673ed5fab37af0e843393 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 21 May 2018 13:06:46 +0200 Subject: [PATCH] runtime/pprof: update stale link in documentation Fixes #25477 Change-Id: I6f724bb855cfffa21de090c1fcb04d58d7cdd9d8 Reviewed-on: https://go-review.googlesource.com/113839 Reviewed-by: Brad Fitzpatrick --- src/runtime/pprof/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/pprof/pprof.go b/src/runtime/pprof/pprof.go index 39126ba148..c1024c99ed 100644 --- a/src/runtime/pprof/pprof.go +++ b/src/runtime/pprof/pprof.go @@ -68,7 +68,7 @@ // all pprof commands. // // For more information about pprof, see -// https://github.com/google/pprof/blob/master/doc/pprof.md. +// https://github.com/google/pprof/blob/master/doc/README.md. package pprof import ( -- 2.50.0