From: Russ Cox Date: Sun, 16 Nov 2014 19:25:33 +0000 (-0500) Subject: runtime: update URL for heap dump format X-Git-Tag: go1.4rc1~5 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6150414cb8819ab9f054298ec7f8006a43ab8eea;p=gostls13.git 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 --- 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"