Skip to content

Commit 213ee01

Browse files
authored
Merge pull request #579 from nix-community/push-omupwnvmtqpo
nixos-anywhere: fix link to docs
2 parents 3de4f12 + fe77204 commit 213ee01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-anywhere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ runKexec() {
632632
kexecUrl="https://github.com/nix-community/nixos-images/releases/download/nixos-25.05/nixos-kexec-installer-noninteractive-${isArch}-linux.tar.gz"
633633
;;
634634
*)
635-
abort "Unsupported architecture: ${isArch}. Our default kexec images only support x86_64 and aarch64 cpus. Checkout https://github.com/nix-community/nixos-anywhere/#using-your-own-kexec-image for more information."
635+
abort "Unsupported architecture: ${isArch}. Our default kexec images only support x86_64 and aarch64 CPUs. Check out https://nix-community.github.io/nixos-anywhere/howtos/custom-kexec.html for more information."
636636
;;
637637
esac
638638
fi

0 commit comments

Comments
 (0)