Skip to content

Commit 8b6c2d8

Browse files
Merge branch 'master' into nixfmt
2 parents add85d7 + 6d6798c commit 8b6c2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Please refer to its source repository for installation instructions.
99

1010
`nixfmt` is [used to format all code](https://github.com/NixOS/nixpkgs/blob/master/ci/default.nix) in {term}`Nixpkgs`.
1111

12-
### How to operate between Nix paths and strings?
12+
### How to convert between paths and strings in the Nix language?
1313

14-
See the [Nix reference manual](nix-manual) on [string interpolation](https://nix.dev/manual/nix/2.19/language/string-interpolation) and [operators on paths and strings](https://nix.dev/manual/nix/2.19/language/operators#string-concatenation)
14+
See the Nix reference manual on [string interpolation](https://nix.dev/manual/nix/2.19/language/string-interpolation) and [operators on paths and strings](https://nix.dev/manual/nix/2.19/language/operators#string-concatenation)
1515

1616
### How to build reverse dependencies of a package?
1717

0 commit comments

Comments
 (0)