switching over to a fork

This commit is contained in:
elisa-lj11 2016-08-30 11:49:49 -07:00
parent 37cc50a14a
commit 8b62c0e712

View file

@ -89,7 +89,8 @@ Rectangle {
anchors.verticalCenter: parent.verticalCenter
width: 150
text: "See all markets"
onClicked: webview.url = "file:///E:/GitHub/hifi/scripts/system/html/marketplaces.html"
//onClicked: webview.url = "file:///E:/GitHub/hifi/scripts/system/html/marketplaces.html"
onClicked: webview.url = "../../../scripts/system/html/marketplaces.html"
}
Controls.Label {