mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 18:02:48 +08:00
Fix dead link to docs for own server setup (#7128)
This commit is contained in:
parent
222c9de19f
commit
0d708f64b9
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user