Skip to content

Commit

Permalink
fix links to single-page Nix manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Sep 9, 2024
1 parent 63a5d70 commit ef0acfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/reference/nix-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ The Nix reference manual is available for multiple versions:

Latest Nix release

- [Nix @nix-rolling@](https://nix.dev/manual/nix/rolling/) ([single page](https://nix.dev/manual/nix/latest/nix-@[email protected]))
- [Nix @nix-rolling@](https://nix.dev/manual/nix/rolling/) ([single page](https://nix.dev/manual/nix/rolling/nix-@[email protected]))

Shipped with the rolling release of {term}`Nixpkgs` and {term}`NixOS`

- [Nix @nix-stable@](https://nix.dev/manual/nix/stable/) ([single page](https://nix.dev/manual/nix/latest/nix-@[email protected]))
- [Nix @nix-stable@](https://nix.dev/manual/nix/stable/) ([single page](https://nix.dev/manual/nix/stable/nix-@[email protected]))

Shipped with the current stable release of {term}`Nixpkgs` and {term}`NixOS`: @nixpkgs-stable@

- [Nix @nix-prev-stable@](https://nix.dev/manual/nix/prev-stable/) ([single page](https://nix.dev/manual/nix/latest/nix-@[email protected]))
- [Nix @nix-prev-stable@](https://nix.dev/manual/nix/prev-stable/) ([single page](https://nix.dev/manual/nix/prev-stable/nix-@[email protected]))

Shipped with the previous stable release of {term}`Nixpkgs` and {term}`NixOS`: @nixpkgs-prev-stable@

Expand Down

0 comments on commit ef0acfe

Please sign in to comment.