We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444c24b commit 897d287Copy full SHA for 897d287
1 file changed
docs/tools/generate.fsx
@@ -16,7 +16,7 @@ let info =
16
"project-author", "Steffan Forkmann and others"
17
"project-summary", "Extra components for FSharpx"
18
"project-github", githubLink
19
- "project-nuget", "http://nuget.com/packages/FSharpx.Core" ]
+ "project-nuget", "http://nuget.org/packages/FSharpx.Core" ]
20
21
// --------------------------------------------------------------------------------------
22
// For typical project, no changes are needed below
@@ -90,4 +90,4 @@ let buildDocumentation () =
90
// Generate
91
copyFiles()
92
buildDocumentation()
93
-buildReference()
+buildReference()
0 commit comments