summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-11-16 14:25:33 -0500
committerRuss Cox <rsc@golang.org>2014-11-16 14:25:33 -0500
commit5005e63e270d757af01625b857450168f02585f9 (patch)
tree10c841187ef316a7d22e70dd0f9ee8ce0d40ef40
parent9f3aecd63abe5197d5e1c37eca765e20fa9223c4 (diff)
downloadgo-5005e63e270d757af01625b857450168f02585f9.tar.gz
runtime: update URL for heap dump format
I just created that redirect, so we can change it once the wiki moves. LGTM=bradfitz, khr R=khr, bradfitz CC=golang-codereviews https://codereview.appspot.com/177780043
-rw-r--r--src/runtime/heapdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/heapdump.c b/src/runtime/heapdump.c
index eddbc1d1c..7eba8c005 100644
--- a/src/runtime/heapdump.c
+++ b/src/runtime/heapdump.c
@@ -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"