1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:44:43 -07:00

runtime/pprof: update stale link in documentation

Fixes #25477

Change-Id: I6f724bb855cfffa21de090c1fcb04d58d7cdd9d8
Reviewed-on: https://go-review.googlesource.com/113839
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Alberto Donizetti 2018-05-21 13:06:46 +02:00 committed by Hyang-Ah Hana Kim
parent f2cde55cd6
commit a8e67fe0ed

View 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 (