summaryrefslogtreecommitdiff
path: root/doc/go1compat.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-08-12 15:45:35 -0700
committerRob Pike <r@golang.org>2014-08-12 15:45:35 -0700
commitf0dce7f5bae30c8918ac892f5397d9a8d0325e12 (patch)
treee41874621aa48769cb682e5971a7575aaac9d67f /doc/go1compat.html
parent00ae8a464ae040ddf551bc2cd87466cf9bcd6760 (diff)
downloadgo-f0dce7f5bae30c8918ac892f5397d9a8d0325e12.tar.gz
doc/compat1.html: link to go.sys
You talked me into it. This and other links should be updated once the new import paths for the subrepos are established. LGTM=minux R=golang-codereviews, minux CC=golang-codereviews https://codereview.appspot.com/124260043
Diffstat (limited to 'doc/go1compat.html')
-rw-r--r--doc/go1compat.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/go1compat.html b/doc/go1compat.html
index 2c8d21484..8ceaf32f9 100644
--- a/doc/go1compat.html
+++ b/doc/go1compat.html
@@ -161,7 +161,8 @@ The <a href="/pkg/syscall/"><code>syscall</code></a> package
is therefore outside the purview of the guarantees made here.
As of Go version 1.4, the <code>syscall</code> package is frozen.
Any evolution of the system call interface must be supported elsewhere,
-such as in the <code>go.sys</code> subrepository.
+such as in the
+<a href="http://godoc.org/code.google.com/p/go.sys">go.sys</a> subrepository.
For details and background, see
<a href="https://golang.org/s/go1.4-syscall">this document</a>.
</p>