David Windham 1 week ago
parent
commit
10b20f950e
1 changed files with 5 additions and 5 deletions
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -4,11 +4,11 @@
   "publisher": "windhamdavid",
   "displayName": "Wikipedia Link",
   "description": "Adds Wikipedia hyperlinks to markdown and HTML",
-  "homepage": "https://github.com/windhamdavid/vscode-wikipedia-hyperlink#readme",
+  "homepage": "https://github.com/windhamdavid/vscode-wikipedia-link#readme",
   "version": "0.1.2",
   "repository": {
     "type": "git",
-    "url": "https://github.com/windhamdavid/vscode-wikipedia-hyperlink.git"
+    "url": "https://github.com/windhamdavid/vscode-wikipedia-link.git"
   },
   "engines": {
     "vscode": "^1.95.3"
@@ -25,13 +25,13 @@
   ],
   "badges": [
     {
-      "url": "https://img.shields.io/github/license/windhamdavid/vscode-wikipedia-hyperlink",
-      "href": "https://github.com/windhamdavid/vscode-wikipedia-hyperlink",
+      "url": "https://img.shields.io/github/license/windhamdavid/vscode-wikipedia-link",
+      "href": "https://github.com/windhamdavid/vscode-wikipedia-link",
       "description": "License of the source code"
     }
   ],
   "activationEvents": [
-    "onCommand:wikipedia-hyperlinker.addHyperlink"
+    "onCommand:wikipedia-link.addHyperlink"
   ],
   "main": "./dist/extension.js",
   "contributes": {