diff options
| author | Muhammed Uluyol <uluyol0@gmail.com> | 2016-03-05 23:51:25 -0500 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2016-03-06 07:07:01 +0000 |
| commit | 1d40e2b14b67f74681d71255ae833c6748d47b3f (patch) | |
| tree | 72586f2b087bf70dbd76449cadec040c261a3075 /src/path/filepath/path.go | |
| parent | 786a2ef380f662ecdd7e089b59f9ce075a24ef42 (diff) | |
| download | go-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.go | 2 |
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) |
