]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5: fix hyperlink for runtime/trace
authorRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 14:20:02 +0000 (10:20 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 5 Aug 2015 16:14:45 +0000 (16:14 +0000)
Missed in CL 13074.

Change-Id: Ic0600341abbc423cd8d7b2201bf50e3b0bf398a7
Reviewed-on: https://go-review.googlesource.com/13167
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.5.html

index a8e072efefa75bcdb31576e745cb5781f95202ba..b07491100b53494347016c5ff2824b97b86b2a57 100644 (file)
@@ -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>,