Skip to content

Commit

Permalink
Merge pull request #44 from kurtschelfthout/patch-1
Browse files Browse the repository at this point in the history
Make links in html head https.
  • Loading branch information
palladin committed Sep 6, 2015
2 parents 30b48f0 + 5c7c830 commit 9c56dad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tools/generate.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
// Binaries that have XML documentation (in a corresponding generated XML file)
let referenceBinaries = [ "Streams.Core.dll" ]
// Web site location for the generated documentation
let website = "http://nessos.github.io/Streams"
let githubLink = "http://github.com/nessos/Streams"
let website = "https://nessos.github.io/Streams"
let githubLink = "https://github.com/nessos/Streams"

// Specify more information about your project
let info =
Expand Down Expand Up @@ -93,4 +93,4 @@ CleanDir output
CreateDir output
copyFiles()
buildDocumentation()
buildReference()
buildReference()

0 comments on commit 9c56dad

Please sign in to comment.