Skip to content

Commit

Permalink
Fix: link to official wiki (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji authored Apr 9, 2024
1 parent dfa627f commit fe35eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in the [How To Guide](./howtos/INDEX.md) as and when they are available.

You will need:

- A [flake](https://nixos.wiki/wiki/Flakes) that controls the actions to be
- A [flake](https://wiki.nixos.org/wiki/Flakes) that controls the actions to be
performed
- A disk configuration containing details of the file system that will be
created on the new server.
Expand All @@ -35,7 +35,7 @@ below.
1. **Enable Flakes**:

Ensure that flakes are enabled on your system. To enable flakes, refer to the
[NixOS Wiki](https://nixos.wiki/wiki/Flakes#enable-flakes).
[NixOS Wiki](https://wiki.nixos.org/wiki/Flakes#enable-flakes).

2. **Initialize a Flake**:

Expand Down

0 comments on commit fe35eb2

Please sign in to comment.