]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix the absolute URL to pprof tools
authorJaana Burcu Dogan <jbd@google.com>
Wed, 17 Aug 2016 23:08:10 +0000 (16:08 -0700)
committerJaana Burcu Dogan <jbd@google.com>
Wed, 17 Aug 2016 23:22:53 +0000 (23:22 +0000)
Change-Id: I82eaf5c14a5b8b9ec088409f946adf7b5fd5dbe3
Reviewed-on: https://go-review.googlesource.com/27311
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/cpuprof.go

index 53082006d050a9ab9628cb5a4dc4b0f2052bff62..b2c8ac8459f0a10f2c3c7e9f5fb3637df237046e 100644 (file)
@@ -4,7 +4,7 @@
 
 // CPU profiling.
 // Based on algorithms and data structures used in
-// http://code.google.com/p/google-perftools/.
+// https://github.com/google/pprof.
 //
 // The main difference between this code and the google-perftools
 // code is that this code is written to allow copying the profile data