mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02: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