aboutsummaryrefslogtreecommitdiff
path: root/doc/docs.html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-27 11:42:01 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-27 11:42:01 +1100
commit98155bd6a9547f8aa38cb4f71c4cbce7d1c9884a (patch)
tree5aa7f620029c778c813e12c8446a174e163354ae /doc/docs.html
parent11441285db2532d7446664f7bd850fd3439bed64 (diff)
downloadgo-98155bd6a9547f8aa38cb4f71c4cbce7d1c9884a.tar.xz
doc: move gdb doc back to /doc/ and de-emphasize on references page
Fixes #3399. R=golang-dev, r CC=golang-dev https://golang.org/cl/5919044
Diffstat (limited to 'doc/docs.html')
-rw-r--r--doc/docs.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html
index 709c081528..d94962845b 100644
--- a/doc/docs.html
+++ b/doc/docs.html
@@ -124,6 +124,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="/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/gdb">Debugging Go Code with GDB</a></li>
<li><a href="/doc/articles/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>