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

View File

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