From: Russ Cox Date: Wed, 6 Jan 2016 20:26:45 +0000 (-0500) Subject: doc: fix source link in gdb docs X-Git-Tag: go1.6beta2~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6e28bf379535ea22e81b5065b2a1ebf6007b5727;p=gostls13.git doc: fix source link in gdb docs Fixes #12059. Change-Id: Ib5caf8133cd3ed888f9102dfbfeca11c506f3b5b Reviewed-on: https://go-review.googlesource.com/18337 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/debugging_with_gdb.html b/doc/debugging_with_gdb.html index 8368164195..52a6e76723 100644 --- a/doc/debugging_with_gdb.html +++ b/doc/debugging_with_gdb.html @@ -124,7 +124,7 @@ href="/src/runtime/runtime-gdb.py">src/runtime/runtime-gdb.py in the Go source distribution. It depends on some special magic types (hash<T,U>) and variables (runtime.m and runtime.g) that the linker -(src/cmd/ld/dwarf.c) ensures are described in +(src/cmd/link/internal/ld/dwarf.go) ensures are described in the DWARF code.