Documentation: fix typo for Nix database link in manual

Fixes broken link for `Nix database` anchor in the Glossary page of the
Nix manual.
This commit is contained in:
Noah Snelson 2023-04-17 20:15:08 -07:00
parent 64ee02890c
commit 324ed0c367

View file

@ -127,7 +127,7 @@
builder can rely on external inputs such as the network or the builder can rely on external inputs such as the network or the
system time) but the Nix model assumes it. system time) but the Nix model assumes it.
- Nix database{#gloss-nix-database}\ - [Nix database]{#gloss-nix-database}\
An SQlite database to track [reference]s between [store object]s. An SQlite database to track [reference]s between [store object]s.
This is an implementation detail of the [local store]. This is an implementation detail of the [local store].