From 1d40e2b14b67f74681d71255ae833c6748d47b3f Mon Sep 17 00:00:00 2001 From: Muhammed Uluyol Date: Sat, 5 Mar 2016 23:51:25 -0500 Subject: Rewrite leftover references to plan9.bell-labs.com to 9p.io. Change-Id: Iadb4aa016a7b361d01827787dbc59164d5d147f2 Reviewed-on: https://go-review.googlesource.com/20291 Reviewed-by: Brad Fitzpatrick --- src/debug/gosym/symtab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug') diff --git a/src/debug/gosym/symtab.go b/src/debug/gosym/symtab.go index bde4cc7ac5..49e154fd8e 100644 --- a/src/debug/gosym/symtab.go +++ b/src/debug/gosym/symtab.go @@ -8,7 +8,7 @@ package gosym // The table format is a variant of the format used in Plan 9's a.out -// format, documented at http://plan9.bell-labs.com/magic/man2html/6/a.out. +// format, documented at https://9p.io/magic/man2html/6/a.out. // The best reference for the differences between the Plan 9 format // and the Go format is the runtime source, specifically ../../runtime/symtab.c. -- cgit v1.3-5-g9baa