summaryrefslogtreecommitdiff
path: root/doc/docs.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/docs.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/docs.html')
-rw-r--r--doc/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 9bd0d62b92..af30dacfe0 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -126,7 +126,7 @@ Guided tours of Go programs.
<ul>
<li><a href="/doc/articles/go_command.html">About the Go command</a> - why we wrote it, what it is, what it's not, and how to use it.</li>
-<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="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>
<li><a href="http://blog.golang.org/2011/06/profiling-go-programs.html">Profiling Go Programs</a></li>
</ul>