chore: Replace Discourse link with new docs page (#1683)

Forgot about this one too.  Similar to https://github.com/ublue-os/bazzite/pull/1682/files.
This commit is contained in:
Pat Connors 2024-09-17 15:41:30 -04:00 committed by GitHub
parent d4bc633c7b
commit f6a1be6d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ fi
# Check if Waydroid is initialized, send user to the docs
if grep -qz 'not initialized' <<< $(/usr/bin/waydroid status); then
xdg-open "https://universal-blue.discourse.group/docs?topic=32"
xdg-open "https://docs.bazzite.gg/Installing_and_Managing_Software/Waydroid_Setup_Guide/"
exit 1
fi