summaryrefslogtreecommitdiff
path: root/doc/go1.5.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-08-05 10:20:02 -0400
committerRuss Cox <rsc@golang.org>2015-08-05 16:14:45 +0000
commit1579822be1c157946eda56466186f46fbedcc12a (patch)
tree91c44acda182141450ae6e7d46b695e614f171cb /doc/go1.5.html
parent47e0e4233fe0df95ce2ee2291325bee7dea45a4a (diff)
downloadgo-git-1579822be1c157946eda56466186f46fbedcc12a.tar.gz
doc/go1.5: fix hyperlink for runtime/trace
Missed in CL 13074. Change-Id: Ic0600341abbc423cd8d7b2201bf50e3b0bf398a7 Reviewed-on: https://go-review.googlesource.com/13167 Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc/go1.5.html')
-rw-r--r--doc/go1.5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.5.html b/doc/go1.5.html
index a8e072efef..b07491100b 100644
--- a/doc/go1.5.html
+++ b/doc/go1.5.html
@@ -1227,7 +1227,7 @@ adds new <a href="/pkg/os/signal/#Ignore"><code>Ignore</code></a> and
<li>
The <a href="/pkg/runtime/"><code>runtime</code></a>,
-<a href="/pkg/runtime/pprof/"><code>runtime/trace</code></a>,
+<a href="/pkg/runtime/trace/"><code>runtime/trace</code></a>,
and <a href="/pkg/net/http/pprof/"><code>net/http/pprof</code></a> packages
each have new functions to support the tracing facilities described above:
<a href="/pkg/runtime/#ReadTrace"><code>ReadTrace</code></a>,