diff options
author | Andrew Gerrand <adg@golang.org> | 2011-05-27 16:07:30 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2011-05-27 16:07:30 +1000 |
commit | 2386808ee9075fd10dd16f6f282779562bf6cef0 (patch) | |
tree | bec723361c9302da71fa666b5df069f7b007e9e8 /doc/docs.html | |
parent | e4492ce3c38c33ca2e8828e07a6e11286319dcf2 (diff) | |
download | go-git-2386808ee9075fd10dd16f6f282779562bf6cef0.tar.gz |
doc: put Release History link on 'Documentation' page
Also put Weekly Snapshot History link on 'Contributing' page
Fixes #1885.
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4559049
Diffstat (limited to 'doc/docs.html')
-rw-r--r-- | doc/docs.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index 50df2213b3..e8f2fa5017 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -113,6 +113,9 @@ The built-in documentation for the Go tools. The official Go Language specification. </p> +<h3 id="release"><a href="devel/release.html">Release History</a></h3> +<p>A summary of the changes between Go releases.</p> + <h3 id="go_mem"><a href="go_mem.html">The Go Memory Model</a></h3> <p> A document that specifies the conditions under which reads of a variable in |