]> Cypherpunks repositories - gostls13.git/commitdiff
doc: put Release History link on 'Documentation' page
authorAndrew Gerrand <adg@golang.org>
Fri, 27 May 2011 06:07:30 +0000 (16:07 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 27 May 2011 06:07:30 +0000 (16:07 +1000)
Also put Weekly Snapshot History link on 'Contributing' page

Fixes #1885.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/4559049

doc/contrib.html
doc/docs.html

index 0efe8147cad09c3283678c1129b4cafa8e0b3715..84d2cda6a45a0cde6ade88160a4adbc5c2b1417f 100644 (file)
@@ -49,7 +49,10 @@ systems and architectures.</p>
 <p>Features and ideas being developed or discussed by the Go team.</p>
 
 <h3 id="release"><a href="devel/release.html">Release History</a></h3>
-<p>A summary of the changes between tagged releases of Go.</p>
+<p>A summary of the changes between Go releases.</p>
+
+<h3 id="release"><a href="devel/weekly.html">Weekly Snapshot History</a></h3>
+<p>A summary of the changes between weekly snapshots of Go.</p>
 
 <h3 id="golang-dev"><a href="http://groups.google.com/group/golang-dev">Developer Mailing List</a></h3>
 <p>The <a href="http://groups.google.com/group/golang-dev">golang-dev</a>
index 50df2213b3de333ee9a4444af2fd8e6533f35d02..e8f2fa5017a86870f78e7582d76021049eaaebac 100644 (file)
@@ -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