summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-13 14:30:20 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-13 14:30:20 +1100
commitbca216f7929116d4a3b0035ee11d0ec20f42438c (patch)
tree195599a71ec1f1da2174fbf407bdd9bdddf66348
parenta90838de47ded5f891a523ad020ff1d1a0c857d3 (diff)
downloadgo-bca216f7929116d4a3b0035ee11d0ec20f42438c.tar.gz
[release-branch.go1.2] doc/go1.2: link to cgo documentation
??? CL 21770043 / ae58065f7dff doc/go1.2: link to cgo documentation I know it's linked in the previous sentence, but this new link is where I want it to be while reading this sentence. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/21770043 ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/25640045
-rw-r--r--doc/go1.2.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.2.html b/doc/go1.2.html
index 718904520..9d890b290 100644
--- a/doc/go1.2.html
+++ b/doc/go1.2.html
@@ -190,8 +190,8 @@ include new stack management technology that should address the problem better.
<p>
The <a href="/cmd/cgo/"><code>cgo</code></a> command will now invoke the C++
-compiler to build any pieces of the linked-to library that are written in C++; the
-documentation has more detail.
+compiler to build any pieces of the linked-to library that are written in C++;
+<a href="/cmd/cgo/">the documentation</a> has more detail.
</p>
<h3 id="go_tools_godoc">Godoc and vet moved to the go.tools subrepository</h3>