os: fix broken comment's link

This commit is contained in:
skanehira 2019-11-26 07:59:21 +09:00
parent 5de3b97554
commit 45003b0656
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ func UserCacheDir() (string, error) {
// subdirectory within this one and use that.
//
// On Unix systems, it returns $XDG_CONFIG_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/.config.
// On Darwin, it returns $HOME/Library/Application Support.
// On Windows, it returns %AppData%.