Skip to content

Commit

Permalink
Make links in head https.
Browse files Browse the repository at this point in the history
See issue nessos#27.
  • Loading branch information
kurtschelfthout committed Sep 6, 2015
1 parent 30b48f0 commit 5c7c830
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 5c7c830

Please sign in to comment.