From 8194187a2de9b693af6656ca956762437c2f9c64 Mon Sep 17 00:00:00 2001 From: matsuyoshi Date: Sat, 23 May 2020 16:23:04 +0900 Subject: [PATCH] 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 --- src/os/file.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%. -- 2.50.0