aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-12-08 08:31:26 +1100
committerAndrew Gerrand <adg@golang.org>2010-12-08 08:31:26 +1100
commitab7884da7eaea4ced7414c710aa0a5622e8eabd6 (patch)
tree8fe6f57505234a8c7b239a3fb0cef4428d5282ad
parent8694959b1214f87c76d08d8fdc875d5cb7f43dde (diff)
downloadgo-ab7884da7eaea4ced7414c710aa0a5622e8eabd6.tar.gz
go-ab7884da7eaea4ced7414c710aa0a5622e8eabd6.zip
doc: add link to WindowsPort page from install.html
R=r CC=golang-dev https://golang.org/cl/3442042
-rw-r--r--doc/install.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 510464960f..1c344e425c 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -64,7 +64,9 @@ support for segmented stacks, and a strong goroutine implementation.
<p>
The compilers can target the FreeBSD, Linux, Native Client,
and OS X (a.k.a. Darwin) operating systems.
-(A port to Microsoft Windows is in progress but incomplete.)
+(A port to Microsoft Windows is in progress but incomplete. See the
+<a href="http://code.google.com/p/go/wiki/WindowsPort">Windows Port</a>
+page for details.)
The full set of supported combinations is listed in the discussion of
<a href="#environment">environment variables</a> below.
</p>