Update endpoint from HTTP to HTTPS

This commit is contained in:
hjpotter92 2016-11-10 01:39:17 +05:30
commit 966fd32452
No known key found for this signature in database
GPG key ID: 5973A03F465437CC

View file

@ -2,5 +2,5 @@
# TODO: Make the section part easier to use.
function node-docs {
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"
}