summaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-09-04 15:26:51 +1000
committerAndrew Gerrand <adg@golang.org>2012-09-04 15:26:51 +1000
commit4deb2a7ad4f967f18eb1e2e3796e0ac593d01d4e (patch)
tree577b06798ce66be869ef03d077acde703ebdebe8 /doc/docs.html
parent7dadc8671e5ed159bba11f5540475fb2448cf9ef (diff)
downloadgo-4deb2a7ad4f967f18eb1e2e3796e0ac593d01d4e.tar.gz
doc: link to references from docs page
Fixes issue 3667. R=golang-dev, iant CC=golang-dev http://codereview.appspot.com/6492078
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 8f54efe78..4c06e8249 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