From: matsuyoshi Date: Sat, 23 May 2020 07:23:04 +0000 (+0900) Subject: os: use same link in UserCacheDir/UserConfigDir doc X-Git-Tag: go1.15beta1~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8194187a2de9b693af6656ca956762437c2f9c64;p=gostls13.git os: use same link in UserCacheDir/UserConfigDir doc Change-Id: I94c385243c37589f56aadaa30336b400adf31308 Reviewed-on: https://go-review.googlesource.com/c/go/+/234959 Reviewed-by: Ian Lance Taylor --- diff --git a/src/os/file.go b/src/os/file.go index 93ba4d78ad..a2b71cb61a 100644 --- a/src/os/file.go +++ b/src/os/file.go @@ -384,7 +384,7 @@ func TempDir() string { // within this one and use that. // // On Unix systems, it returns $XDG_CACHE_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/.cache. // On Darwin, it returns $HOME/Library/Caches. // On Windows, it returns %LocalAppData%.