From ab228165212a7fc1911044bcf9a1f1d84cdaf5a3 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 29 Mar 2024 14:23:28 +0400 Subject: wiki: Fix default config link --- wiki/Configuration:-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki/Configuration:-Overview.md') diff --git a/wiki/Configuration:-Overview.md b/wiki/Configuration:-Overview.md index c967e26f..12408dfe 100644 --- a/wiki/Configuration:-Overview.md +++ b/wiki/Configuration:-Overview.md @@ -14,7 +14,7 @@ You can find documentation for various sections of the config on these wiki page ### Loading Niri will load configuration from `$XDG_CONFIG_HOME/.config/niri/config.kdl` or `~/.config/niri/config.kdl`. -If that file is missing, niri will create it with the contents of [the default configuration file](../resources/default-config.kdl). +If that file is missing, niri will create it with the contents of [the default configuration file](https://github.com/YaLTeR/niri/blob/main/resources/default-config.kdl). Please use the default configuration file as the starting point for your custom configuration. The configuration is live-reloaded. -- cgit