Skip to content

Commit cbea058

Browse files
committed
Merge pull request #309 from adbrowne/patch-1
Fix nuget link
2 parents 444c24b + 897d287 commit cbea058

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)