Skip to content

Commit 897d287

Browse files
committed
Fix nuget link
Was pointing to nuget.com instead of nuget.org
1 parent 444c24b commit 897d287

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/generate.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let info =
1616
"project-author", "Steffan Forkmann and others"
1717
"project-summary", "Extra components for FSharpx"
1818
"project-github", githubLink
19-
"project-nuget", "http://nuget.com/packages/FSharpx.Core" ]
19+
"project-nuget", "http://nuget.org/packages/FSharpx.Core" ]
2020

2121
// --------------------------------------------------------------------------------------
2222
// For typical project, no changes are needed below
@@ -90,4 +90,4 @@ let buildDocumentation () =
9090
// Generate
9191
copyFiles()
9292
buildDocumentation()
93-
buildReference()
93+
buildReference()

0 commit comments

Comments
 (0)