diff options
author | Ricky de Laveaga <git@rdela.com> | 2017-08-31 16:51:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 16:51:26 -0700 |
commit | e68f3c0984f96ab262db7871f23a818ca0c097e2 (patch) | |
tree | cfbe9319362e6562517391bb843ec71274ada40a /Node.gitignore | |
parent | 6931f87e856069713ab48065e2bbcffc0633f5c6 (diff) | |
download | gitignore-e68f3c0984f96ab262db7871f23a818ca0c097e2.tar.gz gitignore-e68f3c0984f96ab262db7871f23a818ca0c097e2.zip |
Node - update Compiled binary addons link to https
Node.gitignore build/Release Compiled binary addons: http to https
https://nodejs.org/api/addons.html
Diffstat (limited to 'Node.gitignore')
-rw-r--r-- | Node.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Node.gitignore b/Node.gitignore index 00cbbdf5..97e28736 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -29,7 +29,7 @@ bower_components # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories |