]> Cypherpunks repositories - gostls13.git/commitdiff
debug/dwarf: update PDF link.
authorRob Pike <r@golang.org>
Tue, 22 Jun 2010 21:56:16 +0000 (14:56 -0700)
committerRob Pike <r@golang.org>
Tue, 22 Jun 2010 21:56:16 +0000 (14:56 -0700)
Fixes #881.

R=iant
CC=golang-dev
https://golang.org/cl/1696044

src/pkg/debug/dwarf/open.go

index 3b50351d5375b0e368590a7d2390ec59e1d03ca7..cb009e0e09e96d7cdd47671ed4638fe876349f58 100644 (file)
@@ -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 (