Skip to content

Commit

Permalink
Merge pull request #2842 from jhromadik/fix-docs-articles-links
Browse files Browse the repository at this point in the history
Fix documentation articles links
  • Loading branch information
xperiandri authored Oct 21, 2024
2 parents b61f117 + 047a345 commit 54baca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
{
"title": "Sign Files using SignTool",
"description": "Digitally signs files, verifies signatures in files, or time stamps files",
"href": "/articles/fake-signtool.html"
"href": "/articles/tools-signtool.html"
},
{
"title": "Releasifying NuGet Packages with Squirrel",
Expand Down
2 changes: 1 addition & 1 deletion src/app/Fake.DotNet.NuGet/NuGet.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace Fake.DotNet.NuGet
/// <summary>
/// Contains helper functions and task which allow to inspect, create and publish
/// <a href="https://www.nuget.org/">NuGet</a> packages.
/// There is also a tutorial about <a href="/dotnet-nuget.html">nuget package creating</a> available.
/// There is also a tutorial about <a href="/articles/dotnet-nuget.html">nuget package creating</a> available.
/// </summary>
module NuGet =

Expand Down
2 changes: 1 addition & 1 deletion src/app/Fake.DotNet.NuGet/Restore.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Fake.DotNet.NuGet
/// <a href="http://www.nuget.org">nuget.org</a> using the
/// <a href="https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-restore">
/// nuget.exe restore command</a>. There is also a tutorial about
/// <a href="/dotnet-nuget.html">nuget package restore</a> available.
/// <a href="/articles/dotnet-nuget.html">nuget package restore</a> available.
/// </summary>
module Restore =

Expand Down

0 comments on commit 54baca2

Please sign in to comment.