From bb97b4f8664f547cdf50ce6260f951715cad33ac Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Tue, 20 Aug 2019 11:17:05 -0700 Subject: [PATCH] Fix BUGZ-1303: Make 'View All Controls' go to knowledge base --- .../qml/hifi/simplifiedUI/helpApp/controls/HelpControls.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/HelpControls.qml b/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/HelpControls.qml index 01c5187aa5..b4f7bd76c0 100644 --- a/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/HelpControls.qml +++ b/interface/resources/qml/hifi/simplifiedUI/helpApp/controls/HelpControls.qml @@ -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"); } } }