Skip to content

Commit 0c1cd8e

Browse files
authored
fix(manifest): remove www prefix from GitHub repo URL (#68)
1 parent 1821676 commit 0c1cd8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/extension.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"overview": "../README.md",
1212
"publisher": "CodingWithCalvin",
1313
"qna": false,
14-
"repo": "https://www.github.com/CodingWithCalvin/VS-ProjectRenamifier"
14+
"repo": "https://github.com/CodingWithCalvin/VS-ProjectRenamifier"
1515
}

0 commit comments

Comments
 (0)