]> Cypherpunks repositories - gostls13.git/commitdiff
os: use same link in UserCacheDir/UserConfigDir doc
authormatsuyoshi <sfbgwm30@gmail.com>
Sat, 23 May 2020 07:23:04 +0000 (16:23 +0900)
committerIan Lance Taylor <iant@golang.org>
Sun, 24 May 2020 01:19:35 +0000 (01:19 +0000)
Change-Id: I94c385243c37589f56aadaa30336b400adf31308
Reviewed-on: https://go-review.googlesource.com/c/go/+/234959
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/file.go

index 93ba4d78ad19ee94ea2a70b9cb73258d3b2f70ab..a2b71cb61a53704dba993dae349f5c937ede606e 100644 (file)
@@ -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%.