]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: update URL for heap dump format
authorRuss Cox <rsc@golang.org>
Sun, 16 Nov 2014 19:25:33 +0000 (14:25 -0500)
committerRuss Cox <rsc@golang.org>
Sun, 16 Nov 2014 19:25:33 +0000 (14:25 -0500)
I just created that redirect, so we can change
it once the wiki moves.

LGTM=bradfitz, khr
R=khr, bradfitz
CC=golang-codereviews
https://golang.org/cl/177780043

src/runtime/heapdump.c

index eddbc1d1c943bafe6b8283f9387e893135040ec8..7eba8c0057a87e4aa5e6acd6f91f406d02eb9a47 100644 (file)
@@ -7,7 +7,7 @@
 // finalizers, etc.) to a file.
 
 // The format of the dumped file is described at
-// http://code.google.com/p/go-wiki/wiki/heapdump14
+// http://golang.org/s/go14heapdump.
 
 #include "runtime.h"
 #include "arch_GOARCH.h"