@@ -50,23 +50,23 @@ Every build, on both developer boxes and the build system, without scripts or en
50
50
<div class="col">
51
51
<div class="card" style="min-height: 190px; min-width: 220px">
52
52
<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>
54
54
<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>
55
55
</div>
56
56
</div>
57
57
</div>
58
58
<div class="col">
59
59
<div class="card" style="min-height: 190px; min-width: 220px" >
60
60
<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>
62
62
<p>Tutorials to generate changelog from <a href="https://www.conventionalcommits.org/en/v1.0.0/">Conventional Commits</a>.</p>
63
63
</div>
64
64
</div>
65
65
</div>
66
66
<div class="col">
67
67
<div class="card" style="min-height: 190px; min-width: 220px">
68
68
<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>
70
70
<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>
71
71
<p>A nuget package that adds a versioning task for every build.</p>
72
72
</div>
@@ -75,7 +75,7 @@ Every build, on both developer boxes and the build system, without scripts or en
75
75
<div class="col">
76
76
<div class="card" style="min-height: 190px; min-width: 220px">
77
77
<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>
79
79
<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>
80
80
<p>A dotnet tool nuget package providing command line versioning and changelog generation.</p>
81
81
</div>
0 commit comments