From 363deeab2848ec449c2f9f3b52e593d401c5c7b3 Mon Sep 17 00:00:00 2001 From: javalsai Date: Sun, 20 Jul 2025 22:09:28 +0200 Subject: [PATCH] docs: update dead links --- docs/INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index e345c0b..1ef037e 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -29,7 +29,7 @@ Then you can install the files onto your filesystem with: make install ``` -And additionally, to install service files (start-up behavior). [more docs](./assets/services/README.md) +And additionally, to install service files (start-up behavior). [more docs](../assets/services/README.md) ```sh # automatically detects your init system @@ -55,7 +55,7 @@ make install-service-s6-etc # s6 (/etc/s6/sv) [AUR packages](https://aur.archlinux.org/packages?K=lidm&SeB=n) will automatically install most files. > [!CAUTION] -> [service files](./assets/pkg/aur#services) have to be manually installed by now. +> [service files](../assets/pkg/aur#services) have to be manually installed by now. # Nix Flake @@ -72,7 +72,7 @@ nix run github:javalsai/lidm ``` > [!CAUTION] -> This doesn't include [service files](./assets/pkg/aur#services) neither +> This doesn't include [service files](../assets/pkg/aur#services) neither # Nix Module @@ -125,4 +125,4 @@ with config.lidm.keysEnum; { > _it's not necessary to cover all keys and anything can be put there, even if it's not valid config_ > [!NOTE] -> [service files](./assets/pkg/aur#services) **are** included and enabled +> [service files](../assets/pkg/aur#services) **are** included and enabled