docs: fix clan-core should be called clan.core

Consistent with the module name
This commit is contained in:
Johannes Kirschbauer
2025-05-20 18:33:40 +02:00
parent 3c56ae1755
commit 8ad35c1bee
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ Clan enables encryption of secrets (such as passwords & keys) ensuring security
By default, Clan uses the [sops](https://github.com/getsops/sops) format
and integrates with [sops-nix](https://github.com/Mic92/sops-nix) on NixOS machines.
Clan can also be configured to be used with other secret store [backends](https://docs.clan.lol/reference/clan-core/vars/#clan.core.vars.settings.secretStore).
Clan can also be configured to be used with other secret store [backends](../../reference/clan.core/vars.md#clan.core.vars.settings.secretStore).
This guide will walk you through: