]> Cypherpunks.ru repositories - gostls13.git/commitdiff
os: fix broken comment's link
authorskanehira <sho19921005@gmail.com>
Mon, 25 Nov 2019 23:08:03 +0000 (23:08 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Nov 2019 23:37:03 +0000 (23:37 +0000)
Change-Id: Icf6cb06dfdde00de1db5e57b243d7e60a9e4e7ac
GitHub-Last-Rev: 45003b0656dec68cf0bc1f32b3de2ab688875524
GitHub-Pull-Request: golang/go#35834
Reviewed-on: https://go-review.googlesource.com/c/go/+/208837
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/os/file.go

index 51e0993f367420af3fac6cd03a120530a8a4aa97..7995de79bfc20ba3aa7fe9e156344eb2590d8689 100644 (file)
@@ -411,7 +411,7 @@ func UserCacheDir() (string, error) {
 // subdirectory within this one and use that.
 //
 // On Unix systems, it returns $XDG_CONFIG_HOME as specified by
-// https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html if
+// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html if
 // non-empty, else $HOME/.config.
 // On Darwin, it returns $HOME/Library/Application Support.
 // On Windows, it returns %AppData%.