diff options
author | eldritch horrors <pennae@lix.systems> | 2024-04-11 01:18:31 +0200 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-04-11 02:34:45 +0200 |
commit | a0875f6adf5f7b8d3c3dced7ccff35ef4b22c864 (patch) | |
tree | f90c1fda002358adb655fd02081da5bd02c950e9 /src/libstore/globals.hh | |
parent | 99845e0e01eaa2120b10c22591c43c4305f5ba51 (diff) |
libstore: fix glossary link in documentation
this should be a link, not an anchor. it should also point to the
`gloss-store` element, not the `#gloss-store` element.
Change-Id: I1f2803093179549637e10f917ad73399a419131b
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 9614b612d..16af3a415 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -739,7 +739,7 @@ public: "substituters", R"( A list of [URLs of Nix stores](@docroot@/command-ref/new-cli/nix3-help-stores.md#store-url-format) to be used as substituters, separated by whitespace. - A substituter is an additional [store]{@docroot@/glossary.md##gloss-store} from which Nix can obtain [store objects](@docroot@/glossary.md#gloss-store-object) instead of building them. + A substituter is an additional [store](@docroot@/glossary.md#gloss-store) from which Nix can obtain [store objects](@docroot@/glossary.md#gloss-store-object) instead of building them. Substituters are tried based on their priority value, which each substituter can set independently. Lower value means higher priority. |