Browse Source

Docs: fix bad nuget url

pull/469/head
Christoph Ruegg 9 years ago
parent
commit
75eea02128
  1. 2
      docs/tools/build-docs.fsx

2
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

Loading…
Cancel
Save