aboutsummaryrefslogtreecommitdiff
path: root/present
diff options
context:
space:
mode:
authorJohan Brandhorst <johan.brandhorst@gmail.com>2017-12-26 19:45:35 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-12-26 19:51:43 +0000
commitb451b9aaee4dcf75f9f28cddb69b9d0ed17a9752 (patch)
tree8da787b16e438df8dec716532c080afb7c8993d9 /present
parentae8cc594552814363a7aeeb4f2825515a771fa38 (diff)
downloadgolang-x-tools-b451b9aaee4dcf75f9f28cddb69b9d0ed17a9752.tar.gz
present: update link to sam documentation
The link to the sam documentation explaining the use of the address syntax used when loading code files was dead. This updates the location of the documentation to the new plan9 site. Fixes golang/go#23247 Change-Id: If27702a17700ac859650e1e3c070cb43345f32b0 Reviewed-on: https://go-review.googlesource.com/85420 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'present')
-rw-r--r--present/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/present/doc.go b/present/doc.go
index 1eae9c8e0..45039b646 100644
--- a/present/doc.go
+++ b/present/doc.go
@@ -117,7 +117,7 @@ a file name followed by an optional address that specifies what
section of the file to display. The address syntax is similar in
its simplest form to that of ed, but comes from sam and is more
general. See
- http://plan9.bell-labs.com/sys/doc/sam/sam.html Table II
+ https://plan9.io/sys/doc/sam/sam.html Table II
for full details. The displayed block is always rounded out to a
full line at both ends.