Skip to content

Commit f76d8b8

Browse files
authored
Merge pull request #3246 from arturcic/feature/markdown-lint
Fix docs markdown lint errors
2 parents f6d86dc + 8c6175c commit f76d8b8

32 files changed

+135
-126
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ jobs:
136136
matrix:
137137
os: [windows-latest, ubuntu-latest, macos-latest]
138138
targetFramework: [net48, net5.0, net6.0, netcoreapp3.1]
139+
exclude:
140+
-
141+
os: 'ubuntu-latest'
142+
targetFramework: net48
143+
-
144+
os: 'macos-latest'
145+
targetFramework: net48
139146
fail-fast: false
140147

141148
steps:

.github/workflows/docs.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,13 @@ jobs:
121121
uses: chabad360/htmlproofer@master
122122
with:
123123
directory: ./artifacts/docs/preview
124-
arguments: --url-ignore /api/ --allow-hash-href --assume-extension --disable-external
124+
arguments: --ignore-urls /api/,/docs/ --allow-hash-href --assume-extension --disable-external
125125
-
126-
name: Reviewdog Reporter
127-
uses: haya14busa/action-cond@v1
126+
name: '[Reviewdog Reporter]'
128127
id: reporter
129-
with:
130-
cond: ${{ github.event_name == 'pull_request' }}
131-
if_true: github-pr-review
132-
if_false: github-check
128+
run: |
129+
value=$([ ${{ github.event_name == 'pull_request' }} ] && echo "github-pr-review" || echo "github-check")
130+
echo "value=$value" >> $GITHUB_OUTPUT
133131
-
134132
name: '[Remark Lint]'
135133
uses: reviewdog/[email protected]

.remarkrc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ plugins:
2525
- remark-lint-no-blockquote-without-marker
2626
- remark-lint-no-consecutive-blank-lines
2727
- remark-lint-no-duplicate-definitions
28-
- remark-lint-no-duplicate-headings
28+
- remark-lint-no-duplicate-headings: ["warn"]
2929
- remark-lint-no-emphasis-as-heading
3030
- remark-lint-no-empty-url
3131
- remark-lint-no-file-name-articles
3232
- remark-lint-no-file-name-consecutive-dashes
33-
- remark-lint-no-file-name-irregular-characters
33+
- remark-lint-no-file-name-irregular-characters: ["warn"]
3434
- remark-lint-no-file-name-mixed-case
3535
- remark-lint-no-file-name-outer-dashes
3636
- remark-lint-no-heading-content-indent

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ works out the [Semantic Version][semver] of the commit being built.
1414
| **GitVersion.Portable** | [![Chocolatey][choco-badge]][choco] |
1515
| **GitVersion.Tool** | [![NuGet][gvgt-badge]][gvgt] |
1616
| **GitVersion.CommandLine** | [![NuGet][gvcl-badge]][gvcl] |
17-
| **GitVersion.MsBuild** | [![NuGet][gvt-badge]][gvt] | Known as [GitVersionTask] before v5.6.0 |
17+
| **GitVersion.MsBuild** | [![NuGet][gvt-badge]][gvt] | Known as [GitVersionTask][gitversiontask] before v5.6.0 |
1818
| **Homebrew** | [![homebrew][brew-badge]][brew] |
1919
| **Azure Pipeline Task** | [![Azure Pipeline Task][az-pipeline-task-badge]][az-pipeline-task] |
2020
| **Github Action** | [![Github Action][gh-actions-badge]][gh-actions] |

SECURITY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ You should receive a response within 24 hours. If for some reason you do not, pl
1717

1818
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
1919

20-
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
21-
* Full paths of source file(s) related to the manifestation of the issue
22-
* The location of the affected source code (tag/branch/commit or direct URL)
23-
* Any special configuration required to reproduce the issue
24-
* Step-by-step instructions to reproduce the issue
25-
* Proof-of-concept or exploit code (if possible)
26-
* Impact of the issue, including how an attacker might exploit the issue
20+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
21+
* Full paths of source file(s) related to the manifestation of the issue
22+
* The location of the affected source code (tag/branch/commit or direct URL)
23+
* Any special configuration required to reproduce the issue
24+
* Step-by-step instructions to reproduce the issue
25+
* Proof-of-concept or exploit code (if possible)
26+
* Impact of the issue, including how an attacker might exploit the issue
2727

2828
This information will help us triage your report more quickly.
2929

build/nuspec/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ works out the [Semantic Version][semver] of the commit being built.
99
| :------------------------- | :----------------------------------------------------------------- | - |
1010
| **GitVersion.Tool** | [![NuGet][gvgt-badge]][gvgt] |
1111
| **GitVersion.CommandLine** | [![NuGet][gvcl-badge]][gvcl] |
12-
| **GitVersion.MsBuild** | [![NuGet][gvt-badge]][gvt] | Known as [GitVersionTask] before v5.6.0 |
12+
| **GitVersion.MsBuild** | [![NuGet][gvt-badge]][gvt] | Known as [GitVersionTask][gitversiontask] before v5.6.0 |
1313

1414
## Compatibility
1515

@@ -44,8 +44,6 @@ from The Noun Project.
4444
[gitter]: https://gitter.im/GitTools/GitVersion?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
4545
[gitter-badge]: https://badges.gitter.im/Join+Chat.svg
4646
[docs]: https://gitversion.net/docs/
47-
[gh-rel]: https://github.com/GitTools/GitVersion/releases/latest
48-
[gh-rel-badge]: https://img.shields.io/github/release/gittools/gitversion.svg?logo=github
4947
[gvt]: https://www.nuget.org/packages/GitVersion.MsBuild
5048
[gvt-badge]: https://img.shields.io/nuget/v/GitVersion.MsBuild.svg?logo=nuget
5149
[gitversiontask]: https://www.nuget.org/packages/GitVersionTask/

docs/input/docs/learn/branching-strategies/contribute-examples.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ The examples are generated by GitVersion tests, there are a number of services
99
which will then turn the sequence diagram text into an image to use in the docs.
1010
Here are some links which could be useful
1111

12-
* [PlantUML Sequence Diagrams](http://www.plantuml.com/sequence.html)
13-
* [CodeUML Online editor](http://www.codeuml.com/)
14-
* [PlantText Online editor](http://www.planttext.com/planttext)
15-
* [PlantUML gist renderer](http://uml.mvnsearch.org)
12+
* [PlantUML Sequence Diagrams](https://www.plantuml.com/sequence.html)
13+
* [PlantText Online editor](https://www.planttext.com)
1614

1715
The tests are quite simple. Using the methods on the `fixture` itself will
1816
record that action in the sequence diagram. If you do not want the action

docs/input/docs/learn/branching-strategies/gitflow/examples.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ patch _will not_ automatically bump, meaning you have to use hotfix branches.
8787

8888
See [contributing examples](/docs/learn/branching-strategies/contribute-examples).
8989

90-
## Complete Example
91-
92-
![GitFlow](http://uml.mvnsearch.org/gist/cf053d7f5d336ae9f7bb)
93-
9490
### Source
9591

9692
See `DocumentationSamples.GitFlowExample`. To update, modify then run test.

docs/input/docs/learn/branching-strategies/gitflow/index.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ RedirectFrom: docs/git-branching-strategies/gitflow
88
Git Flow allows more structured releases, and GitVersion will derive sensible
99
SemVer compatible versions from this structure.
1010

11-
## Resources
12-
1311
## Assumptions:
1412

15-
* Using [GitFlow branching model](http://nvie.com/git-model/) which always has a
13+
* Using [GitFlow branching model](https://nvie.com/git-model/) which always has a
1614
main and a develop branch
17-
* Following [Semantic Versioning](http://semver.org/)
15+
* Following [Semantic Versioning](https://semver.org/)
1816
* Planned releases (bumps in major or minor) are done on release branches
1917
prefixed with release-. Eg: release-4.1 (or release-4.1.0)
2018
* Hotfixes are prefixed with hotfix- Eg. hotfix-4.0.4
21-
* The original [GitFlow model](http://nvie.com/posts/a-successful-git-branching-model/)
19+
* The original [GitFlow model](https://nvie.com/posts/a-successful-git-branching-model/)
2220
specifies branches with a "-" separator while the [git flow extensions](https://github.com/nvie/gitflow)
2321
default to a "/" separator. Either work with GitVersion.
2422
* Tags are used on the main branch and reflects the SemVer of each stable
@@ -58,7 +56,7 @@ Optional Tags (only when transitioning existing repository):
5856

5957
Long version:
6058

61-
```
59+
```txt
6260
{major}.{minor}.{patch} Sha:'{sha}'
6361
1.2.3 Sha:'a682956dccae752aa24597a0f5cd939f93614509'
6462
```
@@ -78,7 +76,7 @@ Long version:
7876

7977
Long version:
8078

81-
```
79+
```txt
8280
{major}.{minor}.{patch}-{pre-release} Branch:'{branchName}' Sha:'{sha}'
8381
1.2.3-alpha.645 Branch:'develop' Sha:'a682956dccae752aa24597a0f5cd939f93614509'
8482
```
@@ -97,7 +95,7 @@ Named: `hotfix-{versionNumber}` eg `hotfix-1.2`
9795

9896
Long version:
9997

100-
```
98+
```txt
10199
{major}.{minor}.{patch}-{pre-release} Branch:'{branchName}' Sha:'{sha}'
102100
1.2.3-beta645 Branch:'hotfix-foo' Sha:'a682956dccae752aa24597a0f5cd939f93614509'
103101
```
@@ -125,7 +123,7 @@ that tag the version would be `1.2.0-alpha1.4`
125123

126124
Long version:
127125

128-
```
126+
```txt
129127
{major}.{minor}.{patch}-{pre-release} Branch:'{branchName}' Sha:'{sha}'
130128
1.2.3-alpha2.4 Branch:'release-1.2' Sha:'a682956dccae752aa24597a0f5cd939f93614509'
131129
1.2.3-rc2 Branch:'release-1.2' Sha:'a682956dccae752aa24597a0f5cd939f93614509'
@@ -149,7 +147,7 @@ branches named like "4.0.3"
149147

150148
Long version:
151149

152-
```
150+
```txt
153151
{major}.{minor}.{patch}-{pre-release} Branch:'{branchName}' Sha:'{sha}'
154152
1.2.3-alpha.feature-a682956d Branch:'feature1' Sha:'a682956dccae752aa24597a0f5cd939f93614509'
155153
```

docs/input/docs/learn/branching-strategies/githubflow/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RedirectFrom: docs/git-branching-strategies/githubflow-examples
1515
## Release branch
1616

1717
Release branches can be used in GitHubFlow as well as GitFlow. Sometimes you
18-
want to start on a large feature which may take a while to stabilise so you want
18+
want to start on a large feature which may take a while to stabilize so you want
1919
to keep it off main. In these scenarios you can either create a long lived
2020
feature branch (if you do not know the version number this large feature will go
2121
into, and it's non-breaking) otherwise you can create a release branch for the

docs/input/docs/learn/branching-strategies/githubflow/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GitHub Flow allows and encourages [continuous delivery](/docs/reference/modes/co
2323

2424
## Resources
2525

26-
* [GitHubFlow guide by GitHub](https://guides.github.com/introduction/flow/index.html)
27-
* [GitHubFlow original blog post](http://scottchacon.com/2011/08/31/github-flow.html)
28-
* [Phil Haack's (haacked) GitHubFlow aliases](http://haacked.com/archive/2014/07/28/github-flow-aliases/)
29-
* [GitHubFlow vs GitFlow](http://lucamezzalira.com/2014/03/10/git-flow-vs-github-flow/)
26+
* [GitHubFlow guide by GitHub](https://docs.github.com/en/get-started/quickstart/github-flow#introduction)
27+
* [GitHubFlow original blog post](https://scottchacon.com/2011/08/31/github-flow.html)
28+
* [Phil Haack's (haacked) GitHubFlow aliases](https://haacked.com/archive/2014/07/28/github-flow-aliases/)
29+
* [GitHubFlow vs GitFlow](https://lucamezzalira.com/2014/03/10/git-flow-vs-github-flow/)

docs/input/docs/learn/credits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Icons sourced, with love, from [The Noun Project][the-noun-project]:
99
| Icon | Designer |
1010
| :-----------------------------------------: | :--------------------------------------------------------- |
1111
| [![Tree][tree-icon]][tree-link] | [Tree][tree-link] by [Davic Chapman][david-chapman] |
12-
| [![Repeat][repeat-icon]][repeat-link] | [Repeat][repeat-link] by [Arthur Shlain][artZ91] |
13-
| [![Terminal][terminal-icon]][terminal-link] | [Terminal][terminal-link] by [Ghayn] |
12+
| [![Repeat][repeat-icon]][repeat-link] | [Repeat][repeat-link] by [Arthur Shlain][artz91] |
13+
| [![Terminal][terminal-icon]][terminal-link] | [Terminal][terminal-link] by [Ghayn][ghayn] |
1414
| [![Collect][collect-icon]][collect-link] | [Collect][collect-link] by [Shmidt Sergey][monstercritic] |
1515
| [![Library][library-icon]][library-link] | [Library][library-link] by [Kevin Eichhorn][kevineichhorn] |
1616
:::
1717

18-
[artZ91]: https://thenounproject.com/ArtZ91/
18+
[artz91]: https://thenounproject.com/ArtZ91/
1919
[collect-icon]: /assets/img/collect.svg
2020
[collect-link]: https://thenounproject.com/term/collect/424422/
2121
[david-chapman]: https://thenounproject.com/david.chapman/

docs/input/docs/learn/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ be a good primer to read before reading [SemVer.org][semver].
3030
## I can't use the build number for NuGet
3131

3232
If you have used NuGet you would notice the versions above are not compatible
33-
with NuGet. GitVersion solves this by providing [variables].
33+
with NuGet. GitVersion solves this by providing [variables][variables].
3434

3535
What you have seen above is the `SemVer` variable. You can use the
3636
`NuGetVersion` variable to have the version formatted in a NuGet compatible way.

docs/input/docs/learn/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ GitVersion has three distinct steps for calculating versions in v3.
2626

2727
Visually it looks something like this:
2828

29-
![Version Calculation](http://www.plantuml.com:80/plantuml/png/fLCxJyCm4DxzAsuib4P914i69De1CS38Vd6kYIN7ZcodK8aVp-KX6Y2fKCbY9NV-7lVb2WoOeoVOMRDNfH0lz1vUoNbbpGwrR3K6ws1p3rlk-bN8u972f2AC3GHEbLN8m1D1Jjg-mPuXAZvx9kL1ZW1KY5dOZczMI0Pf54VnHtf7jpaAWJg0sW-uXw4PK3Eb1sMaevfCW6i1\_0m6po1l7HfPJUxvu5XYUOHLWq5MLptCudmMK9--u5glJ0dIEaVo1Dw3JgVM6Km4cM9mzyrQXHuQHnj7chhl0JcnIrHjno1wiWtgfi8eWVK\_7OQAmBHrJWvORFVM2PmrE7AcWZGh-Lj0FvptVvLiUPnCdG_XhNhOov9wQ1fzv7nw5S5EwSvw6CDQNfnMwUAP0XQyQpj70nkx3Nn3p5NFY9IshbNWepKi8ublWFiSPkC0ee8El75Dv5aOxqZQBScbWpWn0Pe2wb6aM1p4Eea\_0G00)
29+
![Version Calculation](https://www.plantuml.com/plantuml/png/fLCxJyCm4DxzAsuib4P914i69De1CS38Vd6kYIN7ZcodK8aVp-KX6Y2fKCbY9NV-7lVb2WoOeoVOMRDNfH0lz1vUoNbbpGwrR3K6ws1p3rlk-bN8u972f2AC3GHEbLN8m1D1Jjg-mPuXAZvx9kL1ZW1KY5dOZczMI0Pf54VnHtf7jpaAWJg0sW-uXw4PK3Eb1sMaevfCW6i1\_0m6po1l7HfPJUxvu5XYUOHLWq5MLptCudmMK9--u5glJ0dIEaVo1Dw3JgVM6Km4cM9mzyrQXHuQHnj7chhl0JcnIrHjno1wiWtgfi8eWVK\_7OQAmBHrJWvORFVM2PmrE7AcWZGh-Lj0FvptVvLiUPnCdG_XhNhOov9wQ1fzv7nw5S5EwSvw6CDQNfnMwUAP0XQyQpj70nkx3Nn3p5NFY9IshbNWepKi8ublWFiSPkC0ee8El75Dv5aOxqZQBScbWpWn0Pe2wb6aM1p4Eea\_0G00)
3030

31-
[Edit Diagram](http://www.plantuml.com/plantuml/form?url=http://www.plantuml.com/plantuml/png/fLCxJyCm4DxzAsuib4P914i69De1CS38Vd6kYIN7ZcodK8aVp-KX6Y2fKCbY9NV-7lVb2WoOeoVOMRDNfH0lz1vUoNbbpGwrR3K6ws1p3rlk-bN8u972f2AC3GHEbLN8m1D1Jjg-mPuXAZvx9kL1ZW1KY5dOZczMI0Pf54VnHtf7jpaAWJg0sW-uXw4PK3Eb1sMaevfCW6i1\_0m6po1l7HfPJUxvu5XYUOHLWq5MLptCudmMK9--u5glJ0dIEaVo1Dw3JgVM6Km4cM9mzyrQXHuQHnj7chhl0JcnIrHjno1wiWtgfi8eWVK\_7OQAmBHrJWvORFVM2PmrE7AcWZGh-Lj0FvptVvLiUPnCdG_XhNhOov9wQ1fzv7nw5S5EwSvw6CDQNfnMwUAP0XQyQpj70nkx3Nn3p5NFY9IshbNWepKi8ublWFiSPkC0ee8El75Dv5aOxqZQBScbWpWn0Pe2wb6aM1p4Eea\_0G00)
31+
[Edit Diagram](https://www.plantuml.com/plantuml/form?url=https://www.plantuml.com/plantuml/png/fLCxJyCm4DxzAsuib4P914i69De1CS38Vd6kYIN7ZcodK8aVp-KX6Y2fKCbY9NV-7lVb2WoOeoVOMRDNfH0lz1vUoNbbpGwrR3K6ws1p3rlk-bN8u972f2AC3GHEbLN8m1D1Jjg-mPuXAZvx9kL1ZW1KY5dOZczMI0Pf54VnHtf7jpaAWJg0sW-uXw4PK3Eb1sMaevfCW6i1\_0m6po1l7HfPJUxvu5XYUOHLWq5MLptCudmMK9--u5glJ0dIEaVo1Dw3JgVM6Km4cM9mzyrQXHuQHnj7chhl0JcnIrHjno1wiWtgfi8eWVK\_7OQAmBHrJWvORFVM2PmrE7AcWZGh-Lj0FvptVvLiUPnCdG_XhNhOov9wQ1fzv7nw5S5EwSvw6CDQNfnMwUAP0XQyQpj70nkx3Nn3p5NFY9IshbNWepKi8ublWFiSPkC0ee8El75Dv5aOxqZQBScbWpWn0Pe2wb6aM1p4Eea\_0G00)
3232

3333
**\*** Some strategies allow the version to be incremented, others don't. More
3434
info below.

docs/input/docs/learn/intro-to-semver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: Intro to SemVer
44
RedirectFrom: docs/reference/intro-to-semver
55
---
66

7-
For the official Semantic Version docs head to [semver.org](http://semver.org). This is just a quick guide for people getting started and how SemVer is used in GitVersion.
7+
For the official Semantic Version docs head to [semver.org](https://semver.org). This is just a quick guide for people getting started and how SemVer is used in GitVersion.
88

99
## Why SemVer?
1010

@@ -25,10 +25,10 @@ SemVer introduces conventions about breaking changes into our version numbers so
2525

2626
Only one number should be incremented per release, and all lower parts should be reset to 0 (if `{major}` is incremented, then `{minor}` and `{patch}` should become 0).
2727

28-
For a more complete explanation check out [semver.org](http://semver.org) which is the official spec. Remember this is a brief introduction and does not cover all parts of semantic versioning, just the important parts to get started.
28+
For a more complete explanation check out [semver.org](https://semver.org) which is the official spec. Remember this is a brief introduction and does not cover all parts of semantic versioning, just the important parts to get started.
2929

3030
## SemVer in GitVersion
3131

32-
GitVersion makes it easy to follow semantic versioning in your library by automatically calculating the next semantic version which your library/application is likely to use. In [GitFlow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/) the develop branch will bump the _minor_ when main is tagged, while [GitHubFlow](https://guides.github.com/introduction/flow/) will bump the _patch_.
32+
GitVersion makes it easy to follow semantic versioning in your library by automatically calculating the next semantic version which your library/application is likely to use. In [GitFlow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/) the develop branch will bump the _minor_ when main is tagged, while [GitHubFlow](https://docs.github.com/en/get-started/quickstart/github-flow#introduction) will bump the _patch_.
3333

3434
Because one size does not always fit all, GitVersion provides many [Variables](/docs/reference/variables) for you to use which contain different variations of the version. For example SemVer will be in the format `{major}.{minor}.{patch}-{tag}`, but `FullSemVer` will also include build metadata: `{major}.{minor}.{patch}-{tag}+{buildmetadata}`

docs/input/docs/learn/who.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ that we know about today.
1515
* [NUKE](https://nuke.build)
1616
* [Orc.\* packages](https://github.com/wildgums?query=orc)
1717
* [Orchestra](https://github.com/wildgums/orchestra)
18-
* [Pomona](http://pomona.io/)
1918
* [Shouldly](https://github.com/shouldly/shouldly)
2019
* [Akavache](https://github.com/akavache/akavache)
2120
* [Splat](https://github.com/paulcbetts/splat)

docs/input/docs/reference/build-servers/azure-devops.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the MS Build Task.
3737
5. If you want the GitVersionTask to update AssemblyInfo files add
3838
`updateAssemblyInfo true` to the Arguments parameter.
3939
6. If you want to update the build number you need to send a
40-
[logging command](https://github.com/Microsoft/azure-pipelines-tasks/blob/main/docs/authoring/commands.md)
40+
[logging command](https://github.com/microsoft/azure-pipelines-tasks/blob/main/docs/authoring/commands.md)
4141
to TFS.
4242

4343
### Using the custom GitVersion build step
@@ -57,12 +57,12 @@ to install the GitVersion extension:
5757
If you run TFS 2015 RTM or Update 1 or don't want to install the GitVersion
5858
extension you can install the build task manually:
5959

60-
1. Install the `tfx` command line tool as shown [here](https://github.com/Microsoft/tfs-cli/blob/main/README.md#install).
61-
2. For TFS 2015 On-Prem configure Basic Authentication in TFS as shown [here](https://github.com/Microsoft/tfs-cli/blob/main/docs/configureBasicAuth.md).
60+
1. Install the `tfx` command line tool as shown [here](https://github.com/microsoft/tfs-cli/blob/master/README.md#setup).
61+
2. For TFS 2015 On-Prem configure Basic Authentication in TFS as shown [here](https://github.com/microsoft/tfs-cli/blob/master/docs/configureBasicAuth.md).
6262
3. Download the GitVersion TFS build task from the latest release on the
6363
[GitVersion releases page](https://github.com/GitTools/GitVersion/releases) and
6464
unzip.
65-
4. Run `tfx login` as shown [here](https://github.com/Microsoft/tfs-cli/blob/main/README.md#login).
65+
4. Run `tfx login` as shown [here](https://github.com/microsoft/tfs-cli/blob/master/README.md#login).
6666
5. From the directory outside of where you unzipped the task, run
6767
`tfx build tasks upload --task-path .\GitVersionVsixTask --overwrite` where
6868
GitVersionVsixTask is the directory containing the files.
@@ -166,7 +166,7 @@ variables.
166166
build but makes sure that all tags are fetched. In the future it is planned to
167167
allow using `git.exe` instead of current `libgit2sharp` for syncing the repos
168168
which might allow other possibilities to solve this issue. For details see this
169-
[GitHub issue](https://github.com/Microsoft/azure-pipelines-tasks/issues/1218).
169+
[GitHub issue](https://github.com/microsoft/azure-pipelines-tasks/issues/1218).
170170
* If running a build for a certain commit (through passing the commit SHA while
171171
queueing the build) all tags from the repository will be fetched, even the ones
172172
newer than the commit. This can lead to different version numbers while

0 commit comments

Comments
 (0)