aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path.go
diff options
context:
space:
mode:
authorMuhammed Uluyol <uluyol0@gmail.com>2016-03-05 23:51:25 -0500
committerBrad Fitzpatrick <bradfitz@golang.org>2016-03-06 07:07:01 +0000
commit1d40e2b14b67f74681d71255ae833c6748d47b3f (patch)
tree72586f2b087bf70dbd76449cadec040c261a3075 /src/path/filepath/path.go
parent786a2ef380f662ecdd7e089b59f9ce075a24ef42 (diff)
downloadgo-1d40e2b14b67f74681d71255ae833c6748d47b3f.tar.xz
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 <bradfitz@golang.org>
Diffstat (limited to 'src/path/filepath/path.go')
-rw-r--r--src/path/filepath/path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/path.go b/src/path/filepath/path.go
index 4b70bf8824..b2cf6c9801 100644
--- a/src/path/filepath/path.go
+++ b/src/path/filepath/path.go
@@ -80,7 +80,7 @@ const (
//
// See also Rob Pike, ``Lexical File Names in Plan 9 or
// Getting Dot-Dot Right,''
-// http://plan9.bell-labs.com/sys/doc/lexnames.html
+// https://9p.io/sys/doc/lexnames.html
func Clean(path string) string {
originalPath := path
volLen := volumeNameLen(path)