]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.2] doc/go1.2: link to cgo documentation
authorAndrew Gerrand <adg@golang.org>
Wed, 13 Nov 2013 03:30:20 +0000 (14:30 +1100)
committerAndrew Gerrand <adg@golang.org>
Wed, 13 Nov 2013 03:30:20 +0000 (14:30 +1100)
««« 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://golang.org/cl/21770043
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/25640045

doc/go1.2.html

index 718904520534841e999a5e2ace93bf8ae3c6585c..9d890b290676a2f0ca9f9bc4d39a3d439320d361 100644 (file)
@@ -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>