diff --git a/README.md b/README.md
index 4791686..6539dcf 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ ./deploy --force-reboot --include build02
 ## Install/Fix system from Hetzner recovery mode
 
 1. Mount all filesystems to /mnt
-2. Install kexec image from Hetzner recovery system as described in [kexec.nix](infra/roles/kexec.nix) and boot into it
+2. Install kexec image from Hetzner recovery system as described in [kexec.nix](roles/kexec.nix) and boot into it
 3. Download infra repo
 ``` console
 $ nix-shell -p git --run "git clone https://github.com/nix-community/infra && cd infra && nix-shell"
diff --git a/roles/kexec.nix b/roles/kexec.nix
index 3587c71..4dea176 100644
--- a/roles/kexec.nix
+++ b/roles/kexec.nix
@@ -1,6 +1,6 @@
 { config, lib, pkgs, ... }:
 # build with:
-# nix-shell -p nixos-generators --run 'nixos-generate -o ./result  -f kexec-bundle -c ./profiles/kexec.nix'
+# nix-shell -p nixos-generators --run 'nixos-generate -o ./result  -f kexec-bundle -c ./roles/kexec.nix'
 {
   imports = [
     ./users.nix