Skip to content

Commit

Permalink
doc: fix broken links (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dybucc authored Jan 26, 2025
1 parent c9943dc commit 185d375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/nix-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ Nix language data types *without functions* work just like their counterparts in
- List elements are separated by white space.[^list-whitespace]
:::

[^attrnames]: Details: [Nix manual - attribute set](https://nix.dev/manual/nix/stable/language/values.html#attribute-set)
[^list-whitespace]: Details: [Nix manual - list](https://nix.dev/manual/nix/stable/language/values.html#list)
[^attrnames]: Details: [Nix manual - attribute set](https://nix.dev/manual/nix/stable/language/syntax#attrs-literal)
[^list-whitespace]: Details: [Nix manual - list](https://nix.dev/manual/nix/stable/language/syntax#list-literal)

(rec-attrset)=
#### Recursive attribute set `rec { ... }`
Expand Down

0 comments on commit 185d375

Please sign in to comment.