From 032f54cbfb2277f1212674f1ccc171c030a55adc Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 8 Oct 2025 16:02:31 +0200 Subject: [PATCH] docs: fix links --- docs/site/index.md | 2 +- docs/site/reference/index.md | 2 +- pkgs/option-search/flake-module.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/site/index.md b/docs/site/index.md index 23200e478..aaeccea7b 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -124,7 +124,7 @@ trivial change command line interface -- [Clan Options](/options) +- [Clan Options](./reference/options/clan.md) --- diff --git a/docs/site/reference/index.md b/docs/site/reference/index.md index a7be7f90a..d2343ab53 100644 --- a/docs/site/reference/index.md +++ b/docs/site/reference/index.md @@ -4,10 +4,10 @@ This section of the site provides an overview of available options and commands --- -- [Clan Configuration Option](/options) - for defining a Clan - Learn how to use the [Clan CLI](../reference/cli/index.md) - Explore available [services](../services/definition.md) - [NixOS Configuration Options](../reference/clan.core/index.md) - Additional options avilable on a NixOS machine. +- [Search Clan Option](/option-search) - for defining a Clan --- diff --git a/pkgs/option-search/flake-module.nix b/pkgs/option-search/flake-module.nix index 3f43474b6..b74b2b4a4 100644 --- a/pkgs/option-search/flake-module.nix +++ b/pkgs/option-search/flake-module.nix @@ -24,7 +24,7 @@ serviceModules = self.clan.modules; - baseHref = "/options/"; + baseHref = "/option-search/"; getRoles = module: