Skip to content

Commit 626ec06

Browse files
authored
CM-40776 - Fix path to README.md (#33)
1 parent ca60ae9 commit 626ec06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/extension/Cycode.VisualStudio.Extension.14.0-16.0/publishManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"identity": {
55
"internalName": "cycode-14-16"
66
},
7-
"overview": "../README.md",
7+
"overview": "../../../README.md",
88
"priceCategory": "free",
99
"publisher": "cycode",
1010
"private": false,

src/extension/Cycode.VisualStudio.Extension.17.0/publishManifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"identity": {
55
"internalName": "cycode-17"
66
},
7-
"overview": "../README.md",
7+
"overview": "../../../README.md",
88
"priceCategory": "free",
99
"publisher": "cycode",
1010
"private": false,

0 commit comments

Comments
 (0)