diff options
Diffstat (limited to 'doc/devel')
-rw-r--r-- | doc/devel/release.html | 10 | ||||
-rw-r--r-- | doc/devel/weekly.html | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index 1a8439134..5b5d6ab5e 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -3,8 +3,7 @@ }--> <p>This page summarizes the changes between official stable releases of Go. -The <a href="//code.google.com/p/go/source/list">Mercurial change log</a> -has the full details.</p> +The <a href="//golang.org/change">change log</a> has the full details.</p> <p>To update to a specific release, use:</p> @@ -13,6 +12,13 @@ hg pull hg update <i>tag</i> </pre> +<h2 id="go1.4">go1.4 (released 2014/12/10)</h2> + +<p> +Go 1.4 is a major release of Go. +Read the <a href="/doc/go1.4">Go 1.4 Release Notes</a> for more information. +</p> + <h2 id="go1.3">go1.3 (released 2014/06/18)</h2> <p> diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html index 34c87dc64..5a9c51ef1 100644 --- a/doc/devel/weekly.html +++ b/doc/devel/weekly.html @@ -5,7 +5,7 @@ <p>This page summarizes the changes between tagged weekly snapshots of Go. Such snapshots are no longer created. This page remains as a historical reference only.</p> -<p>For recent information, see the <a href="//code.google.com/p/go/source/list">Mercurial change log</a> and <a href="//groups.google.com/group/golang-dev/">development mailing list</a>.</p> +<p>For recent information, see the <a href="//golang.org/change">change log</a> and <a href="//groups.google.com/group/golang-dev/">development mailing list</a>.</p> <h2 id="2012-03-27">2012-03-27 (<a href="release.html#go1">Go 1</a>)</h2> |