Skip to content

Commit

Permalink
Merge pull request #1348 from HKGx/patch-2
Browse files Browse the repository at this point in the history
fix links in docs/tools/generate.fsx
  • Loading branch information
sergey-tihon authored Jan 16, 2021
2 parents 0a558f0 + c7e0f85 commit 2428f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
// Binaries that have XML documentation (in a corresponding generated XML file)
let referenceBinaries = [ "FSharp.Data.dll" ]
// Web site location for the generated documentation
let repo = "https://github.com/fsharp/FSharp.Data/tree/master/"
let repo = "https://github.com/fsprojects/FSharp.Data/tree/master/"
let website = "/FSharp.Data"

// Specify more information about your project
let info =
[ "project-name", "F# Data"
"project-author", "Tomas Petricek; Gustavo Guerra; Colin Bull"
"project-summary", "The F# Data library implements type providers for working with structured file formats (CSV, HTML, JSON and XML) and for accessing the WorldBank data. It also includes helpers for parsing CSV, HTML and JSON files, and for sending HTTP requests."
"project-github", "http://github.com/fsharp/FSharp.Data"
"project-github", "https://github.com/fsprojects/FSharp.Data"
"project-nuget", "https://nuget.org/packages/FSharp.Data" ]

// --------------------------------------------------------------------------------------
Expand Down

0 comments on commit 2428f21

Please sign in to comment.