From 30c350856649447d903f7cdd1ea83b0888272a63 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:09:09 +0800 Subject: [PATCH] fix: update json url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ee9f7a..6c96a9f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "addonInstance": "BetterNotes", "dataSchemaVersion": "8", "releasePage": "https://github.com/windingwind/zotero-better-notes/releases/latest/download/zotero-better-notes.xpi", - "updateJSON": "https://raw.githubusercontent.com/windingwind/zotero-addon-template/main/update.json" + "updateJSON": "https://raw.githubusercontent.com/windingwind/zotero-better-notes/master/update.json" }, "main": "src/index.ts", "scripts": {