From 45003b0656dec68cf0bc1f32b3de2ab688875524 Mon Sep 17 00:00:00 2001 From: skanehira Date: Tue, 26 Nov 2019 07:59:21 +0900 Subject: [PATCH] os: fix broken comment's link --- 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 51e0993f36..7995de79bf 100644 --- a/src/os/file.go +++ b/src/os/file.go @@ -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%.