From 6e28bf379535ea22e81b5065b2a1ebf6007b5727 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 6 Jan 2016 15:26:45 -0500 Subject: [PATCH] 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 --- doc/debugging_with_gdb.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.51.0