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",
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 =