From 583115cfd15aa08aab7db6418675b941bc3084e8 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:21:07 +0100 Subject: [PATCH] Update links --- qortal-ui-plugins/plugins/core/q-app/q-apps.src.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qortal-ui-plugins/plugins/core/q-app/q-apps.src.js b/qortal-ui-plugins/plugins/core/q-app/q-apps.src.js index 6f29fd66..fd487701 100644 --- a/qortal-ui-plugins/plugins/core/q-app/q-apps.src.js +++ b/qortal-ui-plugins/plugins/core/q-app/q-apps.src.js @@ -785,14 +785,14 @@ class QApps extends LitElement { if (openObj.status.description === "Published but not yet downloaded") { return html`` } else if (openObj.status.description === "Ready") { - return html`` + return html`` } else { return html`` } } publishApp() { - window.location.href = `publish-app/index.html?service=${this.service}&identifier=${this.identifier}&uploadType=zip&category=app&showName=true&showService=false&showIdentifier=false&showMetadata=true` + window.location.href = `../qdn/publish/index.html?service=${this.service}&identifier=${this.identifier}&uploadType=zip&category=app&showName=true&showService=false&showIdentifier=false&showMetadata=true` } async followName(appObj) {