diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-22 14:50:36 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-22 14:50:36 -0700 |
commit | 16f191ab62615046b93e04a2ca73eab6a5f9f45a (patch) | |
tree | 7c926100d0ae2a5693b30a8f8dca74efa84344fa /plugins/node/node.plugin.zsh | |
parent | cd03efc2e5abc2925a0fe4e17f900bae0858b451 (diff) | |
parent | 3477ff25274fa75bd9e6110f391f6ad98ca2af72 (diff) | |
download | zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.tar.gz zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.tar.bz2 zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/node/node.plugin.zsh')
-rw-r--r-- | plugins/node/node.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/node/node.plugin.zsh b/plugins/node/node.plugin.zsh index e2f18a032..e196662c7 100644 --- a/plugins/node/node.plugin.zsh +++ b/plugins/node/node.plugin.zsh @@ -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" } |