Skip to content

Commit 6da7e0f

Browse files
committed
docs: fix doc link errors
1 parent 1d69675 commit 6da7e0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ Every build, on both developer boxes and the build system, without scripts or en
5050
<div class="col">
5151
<div class="card" style="min-height: 190px; min-width: 220px">
5252
<div class="card-body" >
53-
<p class="fw-semibold"><a href="/articles/Versioning/Versioning.Landing.html">Automatic Versioning</a></p>
53+
<p class="fw-semibold"><a href="https://noetictools.github.io/Git2SemVer/articles/Versioning/Versioning.Landing.html">Automatic Versioning</a></p>
5454
<p>Tutorials to add automatic Semantic versioning, from <a href="https://www.conventionalcommits.org/en/v1.0.0/">Conventional Commits</a>, to your projects or solution.</p>
5555
</div>
5656
</div>
5757
</div>
5858
<div class="col">
5959
<div class="card" style="min-height: 190px; min-width: 220px" >
6060
<div class="card-body">
61-
<p class="fw-semibold"><a href="/articles/ChangelogGen/ChangelogGenerationLanding.html">Changelog Generation</a></p>
61+
<p class="fw-semibold"><a href="https://noetictools.github.io/Git2SemVer/articles/ChangelogGen/ChangelogGenerationLanding.html">Changelog Generation</a></p>
6262
<p>Tutorials to generate changelog from <a href="https://www.conventionalcommits.org/en/v1.0.0/">Conventional Commits</a>.</p>
6363
</div>
6464
</div>
6565
</div>
6666
<div class="col">
6767
<div class="card" style="min-height: 190px; min-width: 220px">
6868
<div class="card-body">
69-
<p class="fw-semibold"><a href="/articles/Git2SemVer.MSBuild/Git2SemVer.MSBuild.Landing.html">Git2SemVer.MSBuild</a></p>
69+
<p class="fw-semibold"><a href="https://noetictools.github.io/Git2SemVer/articles/Git2SemVer.MSBuild/Git2SemVer.MSBuild.Landing.html">Git2SemVer.MSBuild</a></p>
7070
<p><a href="https://www.nuget.org/packages/NoeticTools.Git2SemVer.MSBuild."><img src="https://img.shields.io/nuget/v/NoeticTools.Git2SemVer.MSBuild?label=Git2SemVer.MSBuild" alt="Current Version"></a></p>
7171
<p>A nuget package that adds a versioning task for every build.</p>
7272
</div>
@@ -75,7 +75,7 @@ Every build, on both developer boxes and the build system, without scripts or en
7575
<div class="col">
7676
<div class="card" style="min-height: 190px; min-width: 220px">
7777
<div class="card-body">
78-
<p class="fw-semibold"><a href="/articles/Git2SemVer.Tool/Git2SemVer.Tool.Landing.html">Git2SemVer.Tool</a></p>
78+
<p class="fw-semibold"><a href="https://noetictools.github.io/Git2SemVer/articles/Git2SemVer.Tool/Git2SemVer.Tool.Landing.html">Git2SemVer.Tool</a></p>
7979
<p><a href="https://www.nuget.org/packages/NoeticTools.Git2SemVer.Tool"><img src="https://img.shields.io/nuget/v/NoeticTools.Git2SemVer.Tool?label=Git2SemVer.Tool" alt="Current Version"></a></p>
8080
<p>A dotnet tool nuget package providing command line versioning and changelog generation.</p>
8181
</div>

0 commit comments

Comments
 (0)