Merge pull request #11793 from fricklerhandwerk/add-link-string-context

docs: add links to string context documentation
This commit is contained in:
Robert Hensing 2024-11-03 19:10:24 +01:00 committed by GitHub
commit efe2e42235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ The `+` operator is overloaded to also work on strings and paths.
> >
> *string* `+` *string* > *string* `+` *string*
Concatenate two [strings][string] and merge their string contexts. Concatenate two [strings][string] and merge their [string contexts](./string-context.md).
[String concatenation]: #string-concatenation [String concatenation]: #string-concatenation
@ -128,7 +128,7 @@ The result is a path.
> **Note** > **Note**
> >
> The string must not have a string context that refers to a [store path]. > The string must not have a [string context](./string-context.md) that refers to a [store path].
[Path and string concatenation]: #path-and-string-concatenation [Path and string concatenation]: #path-and-string-concatenation