Skip to content

Commit

Permalink
Update endpoint from HTTP to HTTPS (ohmyzsh#5622)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 authored and fhenrysson committed Mar 9, 2017
1 parent b83b361 commit 4abf73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/node/node.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 4abf73a

Please sign in to comment.