diff --git a/dracut/netmenu/netmenu.sh b/dracut/netmenu/netmenu.sh index 3d42579..a873b1c 100755 --- a/dracut/netmenu/netmenu.sh +++ b/dracut/netmenu/netmenu.sh @@ -1,7 +1,7 @@ #!/bin/sh dialog --colors --keep-tite --no-shadow --no-mouse \ - --backtitle "\Zb\Z7Void Linux installation -- http://www.voidlinux.eu/\Zn" \ + --backtitle "\Zb\Z7Void Linux installation -- https://www.voidlinux.org\Zn" \ --cancel-label "Reboot" --aspect 20 \ --menu "Select an Action:" 10 50 2 \ "Install" "Run void-installer" \