Link to LocalStore section of nix3-help-stores section.

This commit is contained in:
Ben Radford 2023-06-19 13:57:10 +01:00
parent ef40448b1c
commit b09baa3bc3
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5

View file

@ -225,7 +225,7 @@ constexpr std::array<ExperimentalFeatureDetails, 15> xpFeatureDetails = {{
.tag = Xp::ReadOnlyLocalStore,
.name = "read-only-local-store",
.description = R"(
Allow the use of the `read-only` parameter in local store URIs.
Allow the use of the `read-only` parameter in [local store](@docroot@/command-ref/new-cli/nix3-help-stores.md#local-store) URIs.
)",
},
}};