mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix BUGZ-1303: Make 'View All Controls' go to knowledge base
This commit is contained in:
parent
0cc28c58ae
commit
bb97b4f866
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Flickable {
|
|||
temporaryText: "Viewing!"
|
||||
|
||||
onClicked: {
|
||||
Qt.openUrlExternally("http://docs.highfidelity.com/explore/get-started/desktop.html");
|
||||
Qt.openUrlExternally("https://www.highfidelity.com/knowledge/get-around");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue