Skip to content

Commit cb3dc37

Browse files
author
Pascal Berger
committed
Set link types as defined by manifest reference
1 parent a3b91fc commit cb3dc37

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/GitVersionTfsTask/manifest.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,18 @@
3030
"githubflow"
3131
],
3232
"links": {
33-
"documentation": {
33+
"learn": {
3434
"uri": "http://gitversion.readthedocs.org/en/latest"
3535
},
3636
"getstarted": {
3737
"uri": "http://gitversion.readthedocs.org/en/latest/build-server-support/build-server/tfs-build-vnext/#running-inside-tfs"
3838
},
39-
"repository": {
40-
"uri": "https://github.com/GitTools/GitVersion"
41-
}
39+
"license": {
40+
"uri": "https://github.com/GitTools/GitVersion/blob/master/LICENSE"
41+
},
42+
"support": {
43+
"uri": "https://github.com/GitTools/GitVersion/issues"
44+
}
4245
},
4346
"screenshots": [
4447
{

0 commit comments

Comments
 (0)