aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWagner Riffel <wgrriffel@gmail.com>2019-08-19 00:41:12 -0300
committerIan Lance Taylor <iant@golang.org>2019-08-19 21:42:54 +0000
commitd6ffc1d8394d6f6420bb92d79d320da88720fbe0 (patch)
treefe57dd8a1fb036975c83543fccb1fef1ea9bffa4
parent0dd120df7e97387411ddba9f58384e69e8862073 (diff)
downloadgo-d6ffc1d8394d6f6420bb92d79d320da88720fbe0.tar.gz
go-d6ffc1d8394d6f6420bb92d79d320da88720fbe0.zip
doc: rewrite reference to plan9.bell-labs.com to 9p.io
Change-Id: I75619feced842b8ca509ee08e01b63258c5e87ca Reviewed-on: https://go-review.googlesource.com/c/go/+/190757 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
-rw-r--r--doc/go1.3.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index feed6480c7..18b3ec65d2 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -373,7 +373,7 @@ which can be useful information when debugging deadlocks or performance issues.
<p>
A new package <a href="/pkg/debug/plan9obj/"><code>debug/plan9obj</code></a> was added to the standard library.
-It implements access to Plan 9 <a href="http://plan9.bell-labs.com/magic/man2html/6/a.out">a.out</a> object files.
+It implements access to Plan 9 <a href="https://9p.io/magic/man2html/6/a.out">a.out</a> object files.
</p>
<h3 id="major_library_changes">Major changes to the library</h3>