Skip to content

Commit ca94be4

Browse files
bencemaliAArnott
andauthored
Retarget links to migrated docs (#1193)
* Retarget links to migrated docs. * Apply suggestions from code review Co-authored-by: Andrew Arnott <[email protected]> --------- Co-authored-by: Andrew Arnott <[email protected]>
1 parent ce50e21 commit ca94be4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/NerdBank.GitVersioning/LibGit2/LibGit2VersionFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/NerdBank.GitVersioning/Managed/ManagedVersionFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Nerdbank.GitVersioning.Tasks/build/Nerdbank.GitVersioning.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

0 commit comments

Comments
 (0)