summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-06-11 16:55:04 -0400
committerRuss Cox <rsc@golang.org>2014-06-11 16:55:04 -0400
commit1253faff8fc7e1c894cd2e4378e8674dbf4d6fc1 (patch)
tree6d7cb845452302cc2bb493813ecdf995aa6cef21
parent9acf5a729b7d1ec5e61b94d484af5c995850a0f1 (diff)
downloadgo-1253faff8fc7e1c894cd2e4378e8674dbf4d6fc1.tar.gz
[release-branch.go1.3] docs: link to the assembler document from the Documents tab
??? CL 108840045 / 087e446f2c41 docs: link to the assembler document from the Documents tab Fixes issue 8156. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/108840045 ??? LGTM=r R=golang-codereviews, r CC=bradfitz, golang-codereviews, iant https://codereview.appspot.com/101170045
-rw-r--r--doc/docs.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 212f345a2..edbd89ee4 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -145,6 +145,7 @@ Guided tours of Go programs.
<li><a href="/blog/profiling-go-programs">Profiling Go Programs</a></li>
<li><a href="/doc/articles/race_detector.html">Data Race Detector</a> - a manual for the data race detector.</li>
<li><a href="/blog/race-detector">Introducing the Go Race Detector</a> - an introduction to the race detector.
+<li><a href="/doc/asm">A Quick Guide to Go's Assembler</a> - an introduction to the assembler used by Go.
</ul>
<h4 id="articles_more">More</h4>