aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-06-12 16:55:11 -0400
committerRuss Cox <rsc@golang.org>2014-06-12 16:55:11 -0400
commitad02e9ade52bf1e2cb5c24fb39a2869cecd57b40 (patch)
treeb4f29ec97bec05235fc68cc341293e4499123a61
parente0d5179635a8749d194e19d29771d294812ad318 (diff)
downloadgo-ad02e9ade52bf1e2cb5c24fb39a2869cecd57b40.tar.gz
go-ad02e9ade52bf1e2cb5c24fb39a2869cecd57b40.zip
[release-branch.go1.3] doc: link to release history from /doc/
««« CL 107950043 / 593f58ee96da doc: link to release history from /doc/ Fixes #8168. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/107950043 »»» LGTM=r R=golang-codereviews, r CC=adg, golang-codereviews, iant https://golang.org/cl/105910043
-rw-r--r--doc/docs.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index edbd89ee46..bb2d52dcba 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -97,6 +97,9 @@ one goroutine can be guaranteed to observe values produced by writes to the
same variable in a different goroutine.
</p>
+<h3 id="release"><a href="/doc/devel/release.html">Release History</a></h3>
+<p>A summary of the changes between Go releases.</p>
+
<h2 id="articles">Articles</h2>