We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de3b97 commit 87805c9Copy full SHA for 87805c9
src/os/file.go
@@ -411,7 +411,7 @@ func UserCacheDir() (string, error) {
411
// subdirectory within this one and use that.
412
//
413
// On Unix systems, it returns $XDG_CONFIG_HOME as specified by
414
-// https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html if
+// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html if
415
// non-empty, else $HOME/.config.
416
// On Darwin, it returns $HOME/Library/Application Support.
417
// On Windows, it returns %AppData%.
0 commit comments