]> Cypherpunks repositories - gostls13.git/commitdiff
doc: Remove obsolete references to weekly releases.
authorUriel Mangado <uriel@berlinblue.org>
Sun, 23 Sep 2012 21:18:19 +0000 (16:18 -0500)
committerAndrew Gerrand <adg@golang.org>
Sun, 23 Sep 2012 21:18:19 +0000 (16:18 -0500)
This was misleading and often confusing for new users.

Leaving the actual weekly release history page for historical reference.

R=golang-dev, rsc, adg
CC=golang-dev
https://golang.org/cl/6555053

doc/contrib.html
doc/devel/release.html

index b4bd47e96ab47c42a5489c4cd9fd2d65e8df0d96..ec4efc26b82f0ba0fc40274f0b5e822a4a59cbb8 100644 (file)
@@ -34,9 +34,6 @@ We encourage all Go users to subscribe to
 <h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
 <p>A summary of the changes between Go releases.</p>
 
-<h3 id="weekly"><a href="/doc/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>
 mailing list is for discussing and reviewing code for the Go project.</p>
index 9ee49e3b50e211e64a9b84f7f44d019ae2a63ec3..3340d1e91561a4e996c09a5253f6cb055b32813d 100644 (file)
@@ -3,11 +3,8 @@
 }-->
 
 <p>This page summarizes the changes between official stable releases of Go.
-Between releases we issue less stable
-<a href="http://blog.golang.org/2011/03/go-becomes-more-stable.html">weekly snapshots</a>.
-The <a href="weekly.html">weekly snapshot history</a> contains more detail,
-and the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>
-has full details.</p>
+The <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>
+has the full details.</p>
 
 <p>To update to a specific release, use:</p>