]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof: update stale link in documentation
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 21 May 2018 11:06:46 +0000 (13:06 +0200)
committerHyang-Ah Hana Kim <hyangah@gmail.com>
Mon, 21 May 2018 14:43:00 +0000 (14:43 +0000)
Fixes #25477

Change-Id: I6f724bb855cfffa21de090c1fcb04d58d7cdd9d8
Reviewed-on: https://go-review.googlesource.com/113839
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/pprof/pprof.go

index 39126ba1489bbe01bd3972a1c66d0b2b2544d269..c1024c99ed26a245895347dd8c71119822421682 100644 (file)
@@ -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 (