Skip to content

Commit 7286d17

Browse files
committed
Fix: use https for nodejs.org
1 parent 289d5a2 commit 7286d17

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)