summaryrefslogtreecommitdiff
path: root/doc/install.html
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2009-11-06 14:36:34 -0800
committerIan Lance Taylor <iant@golang.org>2009-11-06 14:36:34 -0800
commit38dff1680e7db9a1f197ddce60a8e466c7bd71e6 (patch)
tree5c4ab83639c188a51e9d5bfa632b4f6128d00fa5 /doc/install.html
parentf186fb55d3d6f0862dd266b2717518797cce8fcf (diff)
downloadgolang-38dff1680e7db9a1f197ddce60a8e466c7bd71e6.tar.gz
Rename go_gccgo_setup to gccgo_install.
R=rsc CC=go-dev http://go/go-review/1026009
Diffstat (limited to 'doc/install.html')
-rw-r--r--doc/install.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.html b/doc/install.html
index 5478a4adc..cac844ffd 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -8,7 +8,7 @@ This document explains how to check out, build, and use the <code>gc</code> Go
compiler and tools (<code>6g</code>, <code>8g</code> etc.).
For information on how to use <code>gccgo</code>, a more traditional
compiler using the GCC back end, see
-<a href="go_gccgo_setup.html">Setting up and using gccgo</a>.
+<a href="gccgo_install.html">Setting up and using gccgo</a>.
</p>
<h2>Environment variables</h2>
@@ -120,7 +120,7 @@ support for segmented stacks, and a strong goroutine implementation.
</p>
<p>
-See the separate <a href="go_gccgo_setup.html"><code>gccgo</code> document</a>
+See the separate <a href="gccgo_install.html"><code>gccgo</code> document</a>
for details about that compiler and environment.
</p>