diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-09-27 09:46:36 +1000 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-09-27 09:46:36 +1000 |
| commit | 1f7c8a9aeda6772fa3b33da2bf3b6ad3be6125ab (patch) | |
| tree | dce453d330935cec30959c8bf06b5ed249987e4b /doc/docs.html | |
| parent | f752484c7493bd55e19174418f5cd5abcb46e0e4 (diff) | |
| download | go-1f7c8a9aeda6772fa3b33da2bf3b6ad3be6125ab.tar.xz | |
doc: update links to spec and memory model
Fixes #6488.
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14004043
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs.html b/doc/docs.html index 7aad8dadf4..8c5d17a64a 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -85,12 +85,12 @@ The documentation for the Go standard library. The documentation for the Go tools. </p> -<h3 id="spec"><a href="/ref/spec">Language Specification</a></h3> +<h3 id="spec"><a href="/doc/spec">Language Specification</a></h3> <p> The official Go Language specification. </p> -<h3 id="go_mem"><a href="/ref/mem">The Go Memory Model</a></h3> +<h3 id="go_mem"><a href="/doc/mem">The Go Memory Model</a></h3> <p> A document that specifies the conditions under which reads of a variable in one goroutine can be guaranteed to observe values produced by writes to the |
