]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix source link in gdb docs
authorRuss Cox <rsc@golang.org>
Wed, 6 Jan 2016 20:26:45 +0000 (15:26 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jan 2016 21:58:19 +0000 (21:58 +0000)
Fixes #12059.

Change-Id: Ib5caf8133cd3ed888f9102dfbfeca11c506f3b5b
Reviewed-on: https://go-review.googlesource.com/18337
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/debugging_with_gdb.html

index 836816419532d86b5c92f8aae14a89c7d8de80fa..52a6e76723e94b7b4743268db132dc213c91ec84 100644 (file)
@@ -124,7 +124,7 @@ href="/src/runtime/runtime-gdb.py">src/runtime/runtime-gdb.py</a> in
 the Go source distribution. It depends on some special magic types
 (<code>hash&lt;T,U&gt;</code>) and variables (<code>runtime.m</code> and
 <code>runtime.g</code>) that the linker
-(<a href="/src/cmd/ld/dwarf.c">src/cmd/ld/dwarf.c</a>) ensures are described in
+(<a href="/src/cmd/link/internal/ld/dwarf.go">src/cmd/link/internal/ld/dwarf.go</a>) ensures are described in
 the DWARF code.
 </p>