From a28f106433542692bcd595c4c1574adc94724a42 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 8 Oct 2021 13:33:07 +0200 Subject: [PATCH] update the update link --- dribbblish-dynamic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 78d86f9..ccfc4ec 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -331,7 +331,7 @@ hookCoverChange(false); upd.style.setProperty("color", "var(--spice-button-active)"); document.querySelector(".main-userWidget-box").append(upd) document.querySelector(".main-userWidget-box").classList.add("update-avail") - new Spicetify.Menu.Item("Update Dribbblish", false, () => window.open("https://github.com/JulienMaille/dribbblish-dynamic-theme#install", "_blank")).register(); + new Spicetify.Menu.Item("Update Dribbblish", false, () => window.open("https://github.com/JulienMaille/dribbblish-dynamic-theme/blob/main/README.md#install--update", "_blank")).register(); } }).catch(err => { // Do something for an error here