Commit fe96d194 authored by hjpotter92's avatar hjpotter92 Committed by Marc Cornellà
Browse files

Update endpoint from HTTP to HTTPS (#5622)

parent 6685aac4
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# TODO: Make the section part easier to use. # TODO: Make the section part easier to use.
function node-docs { function node-docs {
local section=${1:-all} local section=${1:-all}
open_command "http://nodejs.org/docs/$(node --version)/api/$section.html" open_command "https://nodejs.org/docs/$(node --version)/api/$section.html"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment