aboutsummaryrefslogtreecommitdiff
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
commit6150414cb8819ab9f054298ec7f8006a43ab8eea (patch)
tree8769c686a4094423cc6e3115b03e3e81b03f4403
parentf9d56543f1b3fe3b8da9dbda8892c4a9d2b8a312 (diff)
downloadgo-6150414cb8819ab9f054298ec7f8006a43ab8eea.tar.gz
go-6150414cb8819ab9f054298ec7f8006a43ab8eea.zip
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://golang.org/cl/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 eddbc1d1c9..7eba8c0057 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"