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

@@ -5,7 +5,7 @@ For a high level overview about `vars` see our [blog post](https://clan.lol/blog
This guide will help you migrate your modules that still use our [`facts`](../../guides/secrets.md) backend
to the [`vars`](../../guides/vars-backend.md) backend.
The `vars` [module](../../reference/clan-core/vars.md) and the clan [command](../../reference/cli/vars.md) work in tandem, they should ideally be kept in sync.
The `vars` [module](../../reference/clan.core/vars.md) and the clan [command](../../reference/cli/vars.md) work in tandem, they should ideally be kept in sync.
## Keep Existing Values