diff options
author | Noah Snelson <noah.snelson@protonmail.com> | 2023-04-17 20:15:08 -0700 |
---|---|---|
committer | Noah Snelson <noah.snelson@protonmail.com> | 2023-04-17 20:15:08 -0700 |
commit | 324ed0c36732fdc6c8230271da3f1a211b7ee8d4 (patch) | |
tree | f5e1023e9d834fd27ff5deb4a84f5275d3a46835 /doc | |
parent | 64ee02890c965bc5d8747f78e6298205c9307335 (diff) |
Documentation: fix typo for `Nix database` link in manual
Fixes broken link for `Nix database` anchor in the Glossary page of the
Nix manual.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/glossary.md b/doc/manual/src/glossary.md index a9782be5c..eeb19ad50 100644 --- a/doc/manual/src/glossary.md +++ b/doc/manual/src/glossary.md @@ -127,7 +127,7 @@ builder can rely on external inputs such as the network or the 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. This is an implementation detail of the [local store]. |