diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-01-10 23:07:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 23:07:38 +0100 |
commit | f58c30111261a3ad50a6cb462cb2df7c49aa82e4 (patch) | |
tree | f6351a0c7f165b5f04ceedfa5a5b3930d0d0159a /src/libstore | |
parent | 1c98daf6e8bdf771ed3b17c947384fef4ed8d006 (diff) | |
parent | 6ae4d762d0a1b208eaa47e9bd8960571ac908af7 (diff) |
Merge pull request #7541 from hercules-ci/check-manual-links
Check links in the manual
Diffstat (limited to 'src/libstore')
-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 f026c8808..7111def92 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -676,7 +676,7 @@ public: - the store object is signed by one of the [`trusted-public-keys`](#conf-trusted-public-keys) - the substituter is in the [`trusted-substituters`](#conf-trusted-substituters) list - the [`require-sigs`](#conf-require-sigs) option has been set to `false` - - the store object is [output-addressed](glossary.md#gloss-output-addressed-store-object) + - the store object is [output-addressed](@docroot@/glossary.md#gloss-output-addressed-store-object) )", {"binary-caches"}}; |