File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Nerdbank.GitVersioning.Tasks/build Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ internal LibGit2VersionFile(LibGit2Context context)
84
84
throw new FormatException (
85
85
$ "Failure while reading { JsonFileName } from commit { this . Context . GitCommitId } . " +
86
86
"Fix this commit with rebase if this is an error, or review this doc on how to migrate to Nerdbank.GitVersioning: " +
87
- "https://github.com/dotnet/ Nerdbank.GitVersioning/blob/main/doc/ migrating.md " ,
87
+ "https://dotnet. github.io/ Nerdbank.GitVersioning/docs/ migrating.html " ,
88
88
ex ) ;
89
89
}
90
90
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public ManagedVersionFile(GitContext context)
105
105
throw new FormatException (
106
106
$ "Failure while reading { JsonFileName } from commit { this . Context . GitCommitId } . " +
107
107
"Fix this commit with rebase if this is an error, or review this doc on how to migrate to Nerdbank.GitVersioning: " +
108
- "https://github.com/dotnet/ Nerdbank.GitVersioning/blob/main/doc/ migrating.md " ,
108
+ "https://dotnet. github.io/ Nerdbank.GitVersioning/docs/ migrating.html " ,
109
109
ex ) ;
110
110
}
111
111
Original file line number Diff line number Diff line change 13
13
<NBGV_CacheMode Condition =" '$(NBGV_CacheMode)' == '' " >MSBuildTargetCaching</NBGV_CacheMode >
14
14
15
15
<!-- This property may be overridden in environments where all P2P references must be a project actually defined within the git repo directory.
16
- Learn more at :/doc /quickbuild.md.
16
+ Learn more at :/docfx/docs /quickbuild.md.
17
17
-->
18
18
<NBGV_CachingProjectReference Condition =" '$(NBGV_CachingProjectReference)' == '' " >$(MSBuildThisFileDirectory)PrivateP2PCaching.proj</NBGV_CachingProjectReference >
19
19
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments