Fix dead link to docs for own server setup (#7128)
This commit is contained in:
parent
222c9de19f
commit
0d708f64b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue