summaryrefslogtreecommitdiff
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
commit2554629079b59e652c81b46d6f610ac5728d116e (patch)
tree6548f22a451d55d24c3d93976f5f2914cae6691c
parent6fe3894300c40dfe3c28cb7d86db8f2b3fa301cd (diff)
downloadgo-2554629079b59e652c81b46d6f610ac5728d116e.tar.gz
[release-branch.go1.3] doc: link to release history from /doc/
??? CL 107950043 / 593f58ee96da doc: link to release history from /doc/ Fixes issue 8168. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://codereview.appspot.com/107950043 ??? LGTM=r R=golang-codereviews, r CC=adg, golang-codereviews, iant https://codereview.appspot.com/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 edbd89ee4..bb2d52dcb 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>