Skip to content

Commit 1cd93bd

Browse files
authored
Merge pull request #375 from Rotzbua/fix_http_nodejs_org
Fix: use https for nodejs.org
2 parents 289d5a2 + 7286d17 commit 1cd93bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/runtime/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ httpRoot
8484

8585
https
8686
: enables https, with the specified options object, as defined
87-
[here](http://nodejs.org/api/https.html#https_https_createserver_options_requestlistener).
87+
[here](https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener).
8888

8989
*Standalone only*.
9090

0 commit comments

Comments
 (0)