Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 23, 2023
1 parent cc91a44 commit 3567ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If the entry exists:
2. If you ran ``nix-build`` before binary cache has been populated,
Nix will maintain a negative cache for the entry.

`See a workaround to remove negative caching <https://nix.dev/recipes/faq.html#how-do-i-force-nix-to-re-check-whether-something-exists-at-a-binary-cache>`_.
`See a workaround to remove negative caching <https://nix.dev/guides/faq.html#how-do-i-force-nix-to-re-check-whether-something-exists-at-a-binary-cache>`_.

3. Substitution could be disabled for that derivation via ``allowSubstitutes = false;`` attribute.

Expand Down
2 changes: 1 addition & 1 deletion source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installation
Recommended
-----------

With `Nix installed <https://nix.dev/tutorials/install-nix.html>`_::
With `Nix installed <https://nix.dev/install-nix>`_::

$ nix-env -iA cachix -f https://cachix.org/api/v1/install

Expand Down

0 comments on commit 3567ecb

Please sign in to comment.