mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
atuin: fix docs url (#7252)
* atuin: fix docs url Co-authored-by: Austin Horstman <khaneliman12@gmail.com> --------- Co-authored-by: Paul Menhart <paul_menhart@genua.de> Co-authored-by: Matthieu Coudron <886074+teto@users.noreply.github.com> Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -84,7 +84,7 @@ in
|
||||
Configuration written to
|
||||
{file}`$XDG_CONFIG_HOME/atuin/config.toml`.
|
||||
|
||||
See <https://atuin.sh/docs/config/> for the full list
|
||||
See <https://docs.atuin.sh/configuration/config/> for the full list
|
||||
of options.
|
||||
'';
|
||||
};
|
||||
@@ -102,7 +102,7 @@ in
|
||||
{file}`$XDG_CONFIG_HOME/atuin/themes/theme-name.toml`
|
||||
where the name of each attribute is the theme-name
|
||||
|
||||
See <https://atuin.sh/guide/theming/> for the full list
|
||||
See <https://docs.atuin.sh/guide/theming/> for the full list
|
||||
of options.
|
||||
'';
|
||||
default = { };
|
||||
|
||||
Reference in New Issue
Block a user