docs: fix absolute links need to be absolute

This commit is contained in:
Johannes Kirschbauer
2025-10-03 18:59:21 +02:00
parent 76d1d9b167
commit 8d9d4c9089
27 changed files with 95 additions and 96 deletions

View File

@@ -1,10 +1,10 @@
Machines can be added using the following methods
- Create a file `machines/{machine_name}/configuration.nix` (See: [File Autoincludes](/guides/inventory/autoincludes.md))
- Create a file `machines/{machine_name}/configuration.nix` (See: [File Autoincludes](../guides/inventory/autoincludes.md))
- Imperative via cli command: `clan machines create`
- Editing nix expressions in flake.nix See [`clan-core.lib.clan`](/options/?scope=Flake Options (clan.nix file))
- Editing nix expressions in flake.nix See [`clan-core.lib.clan`](../reference/options/clan.md)
See the complete [list](/guides/inventory/autoincludes.md) of auto-loaded files.
See the complete [list](../guides/inventory/autoincludes.md) of auto-loaded files.
## Create a machine