Skip to content

Commit 87805c9

Browse files
skanehirabradfitz
authored andcommitted
os: fix broken comment's link
Change-Id: Icf6cb06dfdde00de1db5e57b243d7e60a9e4e7ac GitHub-Last-Rev: 45003b0 GitHub-Pull-Request: #35834 Reviewed-on: https://go-review.googlesource.com/c/go/+/208837 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 5de3b97 commit 87805c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/os/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ func UserCacheDir() (string, error) {
411411
// subdirectory within this one and use that.
412412
//
413413
// On Unix systems, it returns $XDG_CONFIG_HOME as specified by
414-
// https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html if
414+
// https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html if
415415
// non-empty, else $HOME/.config.
416416
// On Darwin, it returns $HOME/Library/Application Support.
417417
// On Windows, it returns %AppData%.

0 commit comments

Comments
 (0)