From: skanehira Date: Mon, 25 Nov 2019 23:08:03 +0000 (+0000) Subject: os: fix broken comment's link X-Git-Tag: go1.14beta1~101 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=87805c92fd57d1535d0e497dd245ef783007b59d;p=gostls13.git os: fix broken comment's link 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 --- diff --git a/src/os/file.go b/src/os/file.go index 51e0993f36..7995de79bf 100644 --- a/src/os/file.go +++ b/src/os/file.go @@ -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%.