chore(just) Link new documentation (#1682)

This commit is contained in:
Pat Connors 2024-09-17 15:41:44 -04:00 committed by GitHub
parent f6a1be6d0a
commit 72e90b1177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ setup-waydroid ACTION="":
exit 0
elif [ "$OPTION" == "" ]; then
echo "${bold}Waydroid Setup${normal}"
echo "Please read the $(Urllink "https://universal-blue.discourse.group/docs?topic=32" "Waydroid setup documentation") before continuing"
echo "Please read the $(Urllink "https://docs.bazzite.gg/Installing_and_Managing_Software/Waydroid_Setup_Guide/" "Waydroid setup documentation") before continuing"
OPTION=$(Choose "Initialize Waydroid" "Configure Waydroid" "Select GPU for Waydroid" "Reset Waydroid (also removes waydroid-related files from user folder)")
fi
if [[ "${OPTION,,}" =~ ^init ]]; then