Skip to content

Commit aff9851

Browse files
authored
fix(manifest): remove www prefix from GitHub URLs (#24)
1 parent f76b44d commit aff9851

2 files changed

Lines changed: 2 additions & 2 deletions

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-SuperClean"
14+
"repo": "https://github.com/CodingWithCalvin/VS-SuperClean"
1515
}

src/CodingWithCalvin.SuperClean/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Identity Id="VS-SuperClean" Version="1.1" Language="en-US" Publisher="Coding With Calvin" />
55
<DisplayName>Super Clean</DisplayName>
66
<Description xml:space="preserve">Adds a 'Super Clean' option to the right click menu of the Solution and Project nodes of the Solution Explorer, to clear out the bin and obj folders for all, or selected, projects in the solution.</Description>
7-
<MoreInfo>https://www.github.com/CodingWithCalvin/VS-SuperClean</MoreInfo>
7+
<MoreInfo>https://github.com/CodingWithCalvin/VS-SuperClean</MoreInfo>
88
<License>resources\LICENSE</License>
99
<Icon>resources\logo.png</Icon>
1010
<Tags>bin,debug,folder,output</Tags>

0 commit comments

Comments
 (0)