Skip to content

Commit 751d212

Browse files
author
Pascal Berger
committed
Use relative links
1 parent 55abf7e commit 751d212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/more-info/build-server-setup/tfs-build-vnext.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In [Visual Studio Online](https://www.visualstudio.com/) build vNext (the web ba
66
### Using GitVersion with the MSBuild Task NuGet Package
77
1. Add the [GitVersionTask](https://www.nuget.org/packages/GitVersionTask/) NuGet Package to your projects.
88

9-
See [MSBuild Task](http://gitversion.readthedocs.org/en/latest/usage/#msbuild-task) for further instructions how to use the MS Build Task.
9+
See [MSBuild Task](/usage/#msbuild-task) for further instructions how to use the MS Build Task.
1010

1111
### Using GitVersion with the Command Line build step
1212
1. Make sure to have GitVersion.exe under version control. There exists also a [Chocolatey package](https://chocolatey.org/packages/GitVersion.Portable) for installing GitVersion.exe on build agents.
@@ -32,7 +32,7 @@ If you want the GitVersionTask to update AssemblyInfo files, check the box in th
3232
### Using the GitVersion Variables
3333
GitVersion writes build parameters into VSO, so they will automatically be passed to your build scripts to use. It also writes GITVERSION_* environment variables that are available for any subsequent build step.
3434
We output the individual values of the GitVersion version as the build parameter: `GitVersion.*` (Eg: `GitVersion.Major`) if you need access to them in your build script.
35-
See [Variables](http://gitversion.readthedocs.org/en/latest/more-info/variables/) for an overview of available variables.
35+
See [Variables](/more-info/variables/) for an overview of available variables.
3636

3737
Note that due to [current limitations in VSO](https://github.com/Microsoft/vso-agent-tasks/issues/380) it's currently not possible to set the build version inside of VSO to one of the GITVERSION_* variables.
3838

0 commit comments

Comments
 (0)