Fix BUGZ-1303: Make 'View All Controls' go to knowledge base

This commit is contained in:
Zach Fox 2019-08-20 11:17:05 -07:00
parent 0cc28c58ae
commit bb97b4f866

View file

@ -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");
}
}
}