summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-09-22 05:54:59 +1000
committerAndrew Gerrand <adg@golang.org>2012-09-22 05:54:59 +1000
commitb4724ad7ed3defd0ed4b501313a37ef32ea43697 (patch)
treefb2f735eab82f654ba4ed707e73c67ecf8220099
parent7da9e79fb3e1b85afb1f5c19e06695a069c1dd6a (diff)
downloadgo-git-b4724ad7ed3defd0ed4b501313a37ef32ea43697.tar.gz
[release-branch.go1] doc: link to references from docs page
««« backport bbf84838fd24 doc: link to references from docs page Fixes #3667. R=golang-dev, iant CC=golang-dev https://golang.org/cl/6492078 »»»
-rw-r--r--doc/docs.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 8f54efe78b..4c06e8249e 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -56,6 +56,9 @@ A must read for any new Go programmer. It augments the tour and
the language specification, both of which should be read first.
</p>
+<h3 id="ref"><a href="/ref/">Go References</a></h3>
+<p>Language specification, memory model, and detailed documentation for the commands and packages.</p>
+
<h3 id="appengine"><a href="https://developers.google.com/appengine/docs/go/gettingstarted/">Getting Started with Go on App Engine</a></h3>
<p>
How to develop and deploy a simple Go project with