Skip to content

Commit 98daa9c

Browse files
vakilimergify[bot]
authored andcommitted
Fix url for example repo
1 parent 7351eb2 commit 98daa9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ below.
6868

6969
3. **Find SSH Key Line**:\
7070
if you cloned
71-
[our nixos-anywhere-example](https://github.com/nix-community/nixos-anywhere-examples/blob/main/configuration.nix)
71+
[our nixos-anywhere-example](https://github.com/numtide/nixos-anywhere-examples/blob/main/configuration.nix)
7272
you will also replace the SSH key like this: In your configuration, locate
7373
the line that reads:
7474

@@ -84,7 +84,7 @@ below.
8484
used to specify the disk layout to the **disko** tool, which nixos-anywhere
8585
uses to partition, format and mount the disks. Again, for a simple
8686
installation you can paste the contents from the example
87-
[here](https://github.com/nix-community/nixos-anywhere-examples/blob/main/disk-config.nix).
87+
[here](https://github.com/numtide/nixos-anywhere-examples/blob/main/disk-config.nix).
8888
This configures a standard GPT (GUID Partition Table) partition compatible
8989
with both EFI and BIOS systems, and mounts the disk as `/dev/sda`. If this
9090
doesn’t meet your requirements, choose an example that suits your disk layout
@@ -117,7 +117,7 @@ below.
117117
- `<configuration name>` must match the name that immediately follows the
118118
text `nixosConfigurations.` in the flake, as indicated by the comment in
119119
the
120-
[example](https://github.com/nix-community/nixos-anywhere-examples/blob/main/flake.nix)).
120+
[example](https://github.com/numtide/nixos-anywhere-examples/blob/main/flake.nix)).
121121

122122
```
123123
nix run github:nix-community/nixos-anywhere -- --flake <path to configuration>#<configuration name> --vm-test
@@ -132,7 +132,7 @@ below.
132132
- `<configuration name>` must match the name that immediately follows the
133133
text `nixosConfigurations.` in the flake, as indicated by the comment in
134134
the
135-
[example](https://github.com/nix-community/nixos-anywhere-examples/blob/main/flake.nix)).
135+
[example](https://github.com/numtide/nixos-anywhere-examples/blob/main/flake.nix)).
136136

137137
- `<ip address>` is the IP address of the target machine.
138138

0 commit comments

Comments
 (0)