1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-25 10:20:54 +01:00

docs: fix string interpolation links on syntax page

This commit is contained in:
Michael Daniels 2025-12-19 17:25:04 -05:00
parent 132a93625b
commit 32a79fcbbf
No known key found for this signature in database

View file

@ -51,6 +51,7 @@ See [String literals](string-literals.md).
Path literals can also include [string interpolation], besides being [interpolated into other expressions].
[string interpolation]: ./string-interpolation.md
[interpolated into other expressions]: ./string-interpolation.md#interpolated-expression
At least one slash (`/`) must appear *before* any interpolated expression for the result to be recognized as a path.