summaryrefslogtreecommitdiff
path: root/doc/reference.html
diff options
context:
space:
mode:
authorFrancisco Souza <franciscossouza@gmail.com>2012-03-13 09:07:37 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-13 09:07:37 +1100
commit60b98d62087d582dafdda68c2af281c5e204fe03 (patch)
tree42d8bf0d7948fe652d8c401f2fd503227b51fd6b /doc/reference.html
parentc7cca2756e7cf04a472c97b81f07ab791b7186ca (diff)
downloadgo-git-60b98d62087d582dafdda68c2af281c5e204fe03.tar.gz
doc: add C? Go? Cgo! article
Originally published on The Go Programming Language Blog, March 17, 2011. http://blog.golang.org/2011/03/c-go-cgo.html Update #2547. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5777054
Diffstat (limited to 'doc/reference.html')
-rw-r--r--doc/reference.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference.html b/doc/reference.html
index b5c0f0b9d5..6a8f9dbc66 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -1,6 +1,6 @@
<!--{
"Title": "References",
- "Path": "/ref/"
+ "Path": "/ref/"
}-->
<img class="gopher" src="/doc/gopher/ref.png" />
@@ -61,7 +61,7 @@ Using GDB to debug Go programs.
<h3 id="articles">Articles</h2>
<ul>
-<li><a href="http://blog.golang.org/2011/03/c-go-cgo.html">C? Go? Cgo!</a> - linking against C code with <a href="/cmd/cgo/">cgo</a>.</li>
+<li><a href="/doc/articles/c_go_cgo.html">C? Go? Cgo!</a> - linking against C code with <a href="/cmd/cgo/">cgo</a>.</li>
<li><a href="/doc/articles/defer_panic_recover.html">Defer, Panic, and Recover</a></li>
<li><a href="/doc/articles/slices_usage_and_internals.html">Go Slices: usage and internals</a></li>
<li><a href="http://blog.golang.org/2011/03/godoc-documenting-go-code.html">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li>