Skip to content

Commit 9438eb3

Browse files
committed
fix: update image source and links in README and package.json for accuracy
1 parent 10872e0 commit 9438eb3

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="res/icon-512.png" width="128" height="128" alt="SealCode Logo">
2+
<img src="https://raw.githubusercontent.com/jellydn/vscode-seal-code/main/res/icon-512.png" width="128" height="128" alt="SealCode Logo">
33
</p>
44

55
<h1 align="center">SealCode</h1>
@@ -12,6 +12,7 @@
1212
<a href="https://marketplace.visualstudio.com/items?itemName=jellydn.seal-code"><img src="https://img.shields.io/visual-studio-marketplace/v/jellydn.seal-code.svg?color=blue&label=VS%20Code%20Marketplace&logo=visual-studio-code" alt="VS Code Marketplace" /></a>
1313
<a href="https://marketplace.visualstudio.com/items?itemName=jellydn.seal-code"><img src="https://img.shields.io/visual-studio-marketplace/d/jellydn.seal-code.svg?color=blue" alt="Downloads" /></a>
1414
<a href="https://marketplace.visualstudio.com/items?itemName=jellydn.seal-code"><img src="https://img.shields.io/visual-studio-marketplace/r/jellydn.seal-code.svg?color=blue" alt="Rating" /></a>
15+
<a href="https://open-vsx.org/extension/jellydn/seal-code"><img src="https://img.shields.io/open-vsx/v/jellydn/seal-code?color=purple&label=Open%20VSX" alt="Open VSX" /></a>
1516
<a href="https://kermanx.github.io/reactive-vscode/"><img src="https://img.shields.io/badge/made_with-reactive--vscode-%23007ACC?style=flat&labelColor=%23229863" alt="Made with reactive-vscode" /></a>
1617
</p>
1718

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"author": "Huynh Duc Dung <dung@productsway.com>",
1010
"license": "MIT",
1111
"funding": "https://github.com/sponsors/jellydn",
12-
"homepage": "https://github.com/jellydn/code-notes#readme",
12+
"homepage": "https://github.com/jellydn/vscode-seal-code#readme",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/jellydn/code-notes"
15+
"url": "https://github.com/jellydn/vscode-seal-code"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/jellydn/code-notes/issues"
18+
"url": "https://github.com/jellydn/vscode-seal-code/issues"
1919
},
2020
"sponsor": {
2121
"url": "https://github.com/sponsors/jellydn"

0 commit comments

Comments
 (0)