docs(reference/nix-daemon): fix some links

[se-StorePathName] was missing in the footnotes, and links to sets were
wrong.

Also rename serialization.md to types.md to match the title.

Change-Id: I8e602df1958cf5354c6fd3a5c16cbe859a0549b9
Reviewed-on: https://cl.snix.dev/c/snix/+/30275
Autosubmit: Florian Klink <flokli@flokli.de>
Tested-by: besadii
Reviewed-by: Brian Olsen <brian@maven-group.org>
This commit is contained in:
Florian Klink 2025-03-24 18:53:52 +00:00 committed by clbot
parent beae2cd27f
commit 6f9c54bbd1
4 changed files with 48 additions and 47 deletions

View file

@ -45,5 +45,5 @@ parameters.
- send logs
- [operation]({{< relref "operations.md" >}}) :: [Int](#se-Int)
[se-Int]: {{< relref "serialization.md" >}}#int
[se-Bool]: {{< relref "serialization.md" >}}#bool
[se-Int]: {{< relref "types.md" >}}#int
[se-Bool]: {{< relref "types.md" >}}#bool