Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation articles links #2842

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading