Skip to content

Commit 23d4e49

Browse files
pheiduckdkearns
authored andcommitted
Update link to XDG base specification in option.c comment
closes: #18789 Co-authored-by: dkearns <[email protected]> Signed-off-by: Philip H. <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 2190036 commit 23d4e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ set_init_clean_rtp(void)
392392
* vimrc found is located in '$XDG_CONFIG_HOME/vim/vimrc'.
393393
* In case the '$XDG_CONFIG_HOME' variable is not set, '$HOME/.config' is used
394394
* as a fallback as is defined in the XDG base dir specification:
395-
* <https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html>
395+
* <https://specifications.freedesktop.org/basedir/latest/>
396396
*/
397397
static void
398398
set_init_xdg_rtp(void)

0 commit comments

Comments
 (0)