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)
8484 throw new FormatException (
8585 $ "Failure while reading { JsonFileName } from commit { this . Context . GitCommitId } . " +
8686 "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 " ,
8888 ex ) ;
8989 }
9090
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public ManagedVersionFile(GitContext context)
105105 throw new FormatException (
106106 $ "Failure while reading { JsonFileName } from commit { this . Context . GitCommitId } . " +
107107 "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 " ,
109109 ex ) ;
110110 }
111111
Original file line number Diff line number Diff line change 1313 <NBGV_CacheMode Condition =" '$(NBGV_CacheMode)' == '' " >MSBuildTargetCaching</NBGV_CacheMode >
1414
1515 <!-- 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.
1717 -->
1818 <NBGV_CachingProjectReference Condition =" '$(NBGV_CachingProjectReference)' == '' " >$(MSBuildThisFileDirectory)PrivateP2PCaching.proj</NBGV_CachingProjectReference >
1919 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments