From 3188933879965acc0150fa073895b8388de98970 Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Wed, 13 Nov 2024 02:19:21 +0800 Subject: [PATCH] refactor(package.json): update urls of bugs reporting and repository --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c0df6e5..51b3f36 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "main": "./dist/extension", "icon": "assets/images/devstar-logo.png", "bugs": { - "url": "https://gitee.com/SuperIDE/superide/issues" + "url": "https://github.com/mengning/DevStar/issues" }, "repository": { "type": "git", - "url": "https://gitee.com/SuperIDE/superide.git" + "url": "https://github.com/mengning/DevStar.git" }, "activationEvents": [ "onView:devstar.quickAccess", @@ -72,7 +72,7 @@ "walkthroughs": [ { "id": "devstar.welcome", - "title": "Get started with Super IDE", + "title": "Get started with DevStar", "description": "", "steps": [] }