Skip to content

Commit 39304eb

Browse files
committed
doc: rewrite references to plan9.bell-labs.com to 9p.io
The plan9.bell-labs.com site has fallen into disrepair. We'll instead use the site maintained by contributor David du Colombier. Fixes #14233 Change-Id: I0c702e5d3b091cccd42b288ea32f34d507a4733d Reviewed-on: https://go-review.googlesource.com/19240 Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: David du Colombier <[email protected]>
1 parent 1f7e3cf commit 39304eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/asm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 id="introduction">A Quick Guide to Go's Assembler</h2>
1212

1313
<p>
1414
The assembler is based on the input style of the Plan 9 assemblers, which is documented in detail
15-
<a href="http://plan9.bell-labs.com/sys/doc/asm.html">elsewhere</a>.
15+
<a href="https://9p.io/sys/doc/asm.html">elsewhere</a>.
1616
If you plan to write assembly language, you should read that document although much of it is Plan 9-specific.
1717
The current document provides a summary of the syntax and the differences with
1818
what is explained in that document, and
@@ -23,7 +23,7 @@ <h2 id="introduction">A Quick Guide to Go's Assembler</h2>
2323
The most important thing to know about Go's assembler is that it is not a direct representation of the underlying machine.
2424
Some of the details map precisely to the machine, but some do not.
2525
This is because the compiler suite (see
26-
<a href="http://plan9.bell-labs.com/sys/doc/compiler.html">this description</a>)
26+
<a href="https://9p.io/sys/doc/compiler.html">this description</a>)
2727
needs no assembler pass in the usual pipeline.
2828
Instead, the compiler operates on a kind of semi-abstract instruction set,
2929
and instruction selection occurs partly after code generation.

doc/codewalk/codewalk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
The full address syntax is summarized in this table
9393
(an excerpt of Table II from
94-
<a href="http://plan9.bell-labs.com/sys/doc/sam/sam.html">The text editor <code>sam</code></a>):
94+
<a href="https://9p.io/sys/doc/sam/sam.html">The text editor <code>sam</code></a>):
9595
<br/><br/>
9696

9797
<table>

doc/go_faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h3 id="Whats_the_origin_of_the_mascot">
9898
<p>
9999
The mascot and logo were designed by
100100
<a href="http://reneefrench.blogspot.com">Renée French</a>, who also designed
101-
<a href="http://plan9.bell-labs.com/plan9/glenda.html">Glenda</a>,
101+
<a href="https://9p.io/plan9/glenda.html">Glenda</a>,
102102
the Plan 9 bunny.
103103
The <a href="https://blog.golang.org/gopher">gopher</a>
104104
is derived from one she used for an <a href="http://wfmu.org/">WFMU</a>

0 commit comments

Comments
 (0)