From a0875f6adf5f7b8d3c3dced7ccff35ef4b22c864 Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Thu, 11 Apr 2024 01:18:31 +0200 Subject: [PATCH] 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 --- src/libstore/globals.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.