Fix dead link to docs for own server setup (#7128)

This commit is contained in:
grummbeer 2024-02-14 10:33:50 +01:00 committed by GitHub
parent 222c9de19f
commit 0d708f64b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,7 +463,7 @@ class _ConnectionPageState extends State<ConnectionPage>
}
void onUsePublicServerGuide() {
const url = "https://rustdesk.com/blog/id-relay-set/";
const url = "https://rustdesk.com/pricing.html";
canLaunchUrlString(url).then((can) {
if (can) {
launchUrlString(url);