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