Skip to content

Commit dfa6d33

Browse files
authored
Merge pull request #945 from Krzysztof-Cieslak/patch-1
Update globalloader.fsx to use https urls
2 parents a201b87 + c4cacbe commit dfa6d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcs/docsrc/loaders/globalloader.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let config = {
1515
#if WATCH
1616
"http://localhost:8080/"
1717
#else
18-
"http://fsharp.github.io/FSharp.Compiler.Service/"
18+
"https://fsharp.github.io/FSharp.Compiler.Service/"
1919
#endif
2020
}
2121

0 commit comments

Comments
 (0)