Skip to content

Commit 400131f

Browse files
committed
Fixed links to documentation article "Managing Dependencies using NuGet" (/articles/dotnet-nuget.html).
1 parent 6f2fc43 commit 400131f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/Fake.DotNet.NuGet/NuGet.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Fake.DotNet.NuGet
33
/// <summary>
44
/// Contains helper functions and task which allow to inspect, create and publish
55
/// <a href="https://www.nuget.org/">NuGet</a> packages.
6-
/// There is also a tutorial about <a href="/dotnet-nuget.html">nuget package creating</a> available.
6+
/// There is also a tutorial about <a href="/articles/dotnet-nuget.html">nuget package creating</a> available.
77
/// </summary>
88
module NuGet =
99

src/app/Fake.DotNet.NuGet/Restore.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Fake.DotNet.NuGet
55
/// <a href="http://www.nuget.org">nuget.org</a> using the
66
/// <a href="https://docs.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-restore">
77
/// nuget.exe restore command</a>. There is also a tutorial about
8-
/// <a href="/dotnet-nuget.html">nuget package restore</a> available.
8+
/// <a href="/articles/dotnet-nuget.html">nuget package restore</a> available.
99
/// </summary>
1010
module Restore =
1111

0 commit comments

Comments
 (0)