Skip to content

Commit 93158bf

Browse files
committed
doc: document that weekly.html is only a historical reference
Fixes golang#4810. R=golang-dev, r CC=golang-dev https://golang.org/cl/7401050
1 parent 8cdee79 commit 93158bf

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

doc/devel/weekly.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@
33
}-->
44

55
<p>This page summarizes the changes between tagged weekly snapshots of Go.
6-
For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p>
6+
Such snapshots are no longer created. This page remains as a historical reference only.</p>
77

8-
<p>Weekly snapshots occur often and may not be stable.
9-
If stability of API and code is more important than having the
10-
latest features, use the <a href="release.html">official releases</a> instead.</p>
11-
12-
<p>To update to a specific snapshot, use:</p>
13-
14-
<pre>
15-
hg pull
16-
hg update weekly.<i>YYYY-MM-DD</i>
17-
</pre>
8+
<p>For recent information, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a> and <a href="http://groups.google.com/group/golang-dev/">development mailing list</a>.</p>
189

1910
<h2 id="2012-03-27">2012-03-27 (<a href="release.html#go1">Go 1</a>)</h2>
2011

0 commit comments

Comments
 (0)