From c7f2069b0e2d87a147fee4bef015d497cc27b9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Hromad=C3=ADk?= Date: Tue, 15 Oct 2024 22:12:33 +0200 Subject: [PATCH 1/2] Fixed links to documentation article "Managing Dependencies using NuGet" (/articles/dotnet-nuget.html). --- src/app/Fake.DotNet.NuGet/NuGet.fs | 2 +- src/app/Fake.DotNet.NuGet/Restore.fs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Fake.DotNet.NuGet/NuGet.fs b/src/app/Fake.DotNet.NuGet/NuGet.fs index 3a4b148c0a0..a1860e4f5c8 100644 --- a/src/app/Fake.DotNet.NuGet/NuGet.fs +++ b/src/app/Fake.DotNet.NuGet/NuGet.fs @@ -3,7 +3,7 @@ namespace Fake.DotNet.NuGet /// /// Contains helper functions and task which allow to inspect, create and publish /// NuGet packages. -/// There is also a tutorial about nuget package creating available. +/// There is also a tutorial about nuget package creating available. /// module NuGet = diff --git a/src/app/Fake.DotNet.NuGet/Restore.fs b/src/app/Fake.DotNet.NuGet/Restore.fs index da6f9ec5a05..e5bf9c74e26 100644 --- a/src/app/Fake.DotNet.NuGet/Restore.fs +++ b/src/app/Fake.DotNet.NuGet/Restore.fs @@ -5,7 +5,7 @@ namespace Fake.DotNet.NuGet /// nuget.org using the /// /// nuget.exe restore command. There is also a tutorial about -/// nuget package restore available. +/// nuget package restore available. /// module Restore = From 047a34542f58f245be4e0b37e95590a8b5e1d92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Hromad=C3=ADk?= Date: Tue, 15 Oct 2024 22:12:55 +0200 Subject: [PATCH 2/2] Fixed link to documentation article "Sign Files using SignTool" (/articles/tools-signtool.html). --- docs/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data.json b/docs/data.json index 666e2d5301a..26b150b26e7 100644 --- a/docs/data.json +++ b/docs/data.json @@ -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",