aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2010-06-22 14:56:16 -0700
committerRob Pike <r@golang.org>2010-06-22 14:56:16 -0700
commit537e5f4b7e2879b3758e15e19c5b4c2ed87c0d9d (patch)
tree1fad03da2284b3a10318c0eec26a2972f59be713 /src/pkg/debug
parent00d838b7b5f1b41f4b29363d727fe2830daef4fe (diff)
downloadgo-537e5f4b7e2879b3758e15e19c5b4c2ed87c0d9d.tar.xz
debug/dwarf: update PDF link.
Fixes #881. R=iant CC=golang-dev https://golang.org/cl/1696044
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/dwarf/open.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/dwarf/open.go b/src/pkg/debug/dwarf/open.go
index 3b50351d53..cb009e0e09 100644
--- a/src/pkg/debug/dwarf/open.go
+++ b/src/pkg/debug/dwarf/open.go
@@ -4,7 +4,7 @@
// This package provides access to DWARF debugging information
// loaded from executable files, as defined in the DWARF 2.0 Standard
-// at http://dwarfstd.org/dwarf-2.0.0.pdf.
+// at http://dwarfstd.org/doc/dwarf-2.0.0.pdf
package dwarf
import (