1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

Fix another broken link

Checked with `linkchecker --config=<(echo '[AnchorCheck]') --check-extern result/share/doc/nix-pills/*.html`
This commit is contained in:
Jan Tojnar 2021-11-22 17:34:19 +01:00
parent 921d5d07cf
commit 8635eea7cc

View file

@ -214,7 +214,7 @@
<para> <para>
The The
<link xlink:href="https://nixos.org/manual/nix/stable/#sec-language-operators">// operator</link> <link xlink:href="https://nixos.org/manual/nix/stable/expressions/language-operators.html">// operator</link>
is an operator between two sets. The result is the union of the two sets. is an operator between two sets. The result is the union of the two sets.
In case of conflicts between attribute names, the value on the right set In case of conflicts between attribute names, the value on the right set
is preferred. is preferred.