From 75eea02128b9807f87bc2e456804f481a9fa0b20 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Tue, 3 Jan 2017 09:29:55 +0100 Subject: [PATCH] Docs: fix bad nuget url --- docs/tools/build-docs.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/build-docs.fsx b/docs/tools/build-docs.fsx index 3ff7205e..fe6f6c37 100644 --- a/docs/tools/build-docs.fsx +++ b/docs/tools/build-docs.fsx @@ -15,7 +15,7 @@ let info = "project-author", "Christoph Ruegg, Marcus Cuda, Jurgen Van Gael" "project-summary", "Math.NET Numerics, providing methods and algorithms for numerical computations in science, engineering and every day use. .Net 4, .Net 3.5, SL5, Win8, WP8, PCL 47 and 136, Mono, Xamarin Android/iOS." "project-github", githubLink - "project-nuget", "https://nuget.com/packages/MathNet.Numerics" ] + "project-nuget", "https://nuget.org/packages/MathNet.Numerics" ] // -------------------------------------------------------------------------------------- // For typical project, no changes are needed below