From: Alberto Donizetti Date: Mon, 21 May 2018 11:06:46 +0000 (+0200) Subject: runtime/pprof: update stale link in documentation X-Git-Tag: go1.11beta1~388 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a8e67fe0ed72186c6c5673ed5fab37af0e843393;p=gostls13.git runtime/pprof: update stale link in documentation Fixes #25477 Change-Id: I6f724bb855cfffa21de090c1fcb04d58d7cdd9d8 Reviewed-on: https://go-review.googlesource.com/113839 Reviewed-by: Brad Fitzpatrick --- 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 (