This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new e7e345cb6 site: update some links to https (#1266)
e7e345cb6 is described below

commit e7e345cb62cd3a943aac35d0addc0b360a7e4486
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Oct 19 05:46:00 2022 +0200

    site: update some links to https (#1266)
---
 .github/PULL_REQUEST_TEMPLATE.md                   |  2 +-
 CONTRIBUTING.md                                    |  2 +-
 NOTICE                                             |  2 +-
 doc/building-and-deploying-the-website.md          |  2 +-
 doc/deploying-the-website.md                       |  2 +-
 doc/installing-a-development-environment.md        |  6 +++---
 doc/translate.md                                   | 22 +++++++++++-----------
 doc/troubleshooting.md                             |  2 +-
 www/.htaccess                                      |  6 +++---
 www/_data/mailing-lists.yml                        |  4 ++--
 www/_data/tools.yml                                | 10 +++++-----
 www/_includes/footer_contents.html                 | 18 +++++++++---------
 www/attributions.html                              |  2 +-
 www/contribute/contribute_guidelines.md            | 10 +++++-----
 www/contribute/index.html                          |  2 +-
 www/docs/en/dev/config_ref/images.md               |  2 +-
 www/docs/en/dev/config_ref/index.md                | 10 +++++-----
 www/docs/en/dev/cordova/events/events.md           |  2 +-
 www/docs/en/dev/cordova/storage/storage.md         |  6 +++---
 www/docs/en/dev/guide/appdev/allowlist/index.md    |  2 +-
 www/docs/en/dev/guide/appdev/security/index.md     |  2 +-
 www/docs/en/dev/guide/cli/template.md              |  2 +-
 www/docs/en/dev/guide/hybrid/plugins/index.md      |  4 ++--
 www/docs/en/dev/guide/platforms/android/plugin.md  | 12 ++++++------
 www/docs/en/dev/guide/platforms/android/upgrade.md |  4 ++--
 www/docs/en/dev/guide/platforms/android/webview.md |  2 +-
 www/docs/en/dev/guide/platforms/ios/webview.md     |  4 ++--
 www/docs/en/dev/guide/platforms/osx/index.md       |  4 ++--
 www/docs/en/dev/guide/platforms/windows/index.md   |  8 ++++----
 www/docs/en/dev/guide/platforms/windows/plugin.md  |  4 ++--
 www/docs/en/dev/plugin_ref/plugman.md              |  6 +++---
 www/docs/en/dev/plugin_ref/spec.md                 |  4 ++--
 www/index.html                                     |  2 +-
 www/privacy/index.md                               |  2 +-
 34 files changed, 87 insertions(+), 87 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 712b2ff04..1a754622c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,7 @@
 <!--
 Please make sure the checklist boxes are all checked before submitting the PR. 
The checklist is intended as a quick reference, for complete details please see 
our Contributor Guidelines:
 
-http://cordova.apache.org/contribute/contribute_guidelines.html
+https://cordova.apache.org/contribute/contribute_guidelines.html
 
 Thanks!
 -->
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 21a93d72a..ecc5e6697 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -27,7 +27,7 @@ There are multiple ways to contribute: report bugs, improve 
the docs, and
 contribute code.
   
 For instructions on this, start with the
-[contribution overview](http://cordova.apache.org/contribute/).
+[contribution overview](https://cordova.apache.org/contribute/).
 
 The details are explained there, but the important items are:
  - Check for Github issues that corresponds to your contribution and link or 
create them if necessary.
diff --git a/NOTICE b/NOTICE
index 8ec56a524..97a412cb3 100644
--- a/NOTICE
+++ b/NOTICE
@@ -2,4 +2,4 @@ Apache Cordova
 Copyright 2012 The Apache Software Foundation
 
 This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
+The Apache Software Foundation (https://www.apache.org/).
diff --git a/doc/building-and-deploying-the-website.md 
b/doc/building-and-deploying-the-website.md
index 8f6a331d6..d815ea126 100644
--- a/doc/building-and-deploying-the-website.md
+++ b/doc/building-and-deploying-the-website.md
@@ -11,4 +11,4 @@ Travis also runs `npm test` and will notify you if any of 
your `eslint` or `moch
 **NOTE**: Committing to Travis might take a while (up to 1 hour), depending on 
the number of files changed.
 
 [Travis]: https://travis-ci.org/
-[SVN]: http://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html
+[SVN]: https://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html
diff --git a/doc/deploying-the-website.md b/doc/deploying-the-website.md
index 2e97344bf..923185ad5 100644
--- a/doc/deploying-the-website.md
+++ b/doc/deploying-the-website.md
@@ -39,4 +39,4 @@ Once you are satisfied that you have added the required 
changes, commit with a m
 **NOTE**: The commit might take a while (up to 1 hour), depending on the 
number of files changed.
 
 
-[svn]: http://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html
+[svn]: https://svnbook.red-bean.com/en/1.7/svn.intro.quickstart.html
diff --git a/doc/installing-a-development-environment.md 
b/doc/installing-a-development-environment.md
index d4b7da340..174cbe898 100644
--- a/doc/installing-a-development-environment.md
+++ b/doc/installing-a-development-environment.md
@@ -148,9 +148,9 @@ You could try a different method to install Ruby. Checkout 
[rbenv](https://githu
 
 
 [ruby_linux]: 
https://www.ruby-lang.org/en/documentation/installation/#package-management-systems
-[homebrew]: http://brew.sh/
+[homebrew]: https://brew.sh/
 [linux_node]: 
https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories#installing-node-js-v0-12
-[ruby_downloads]: http://rubyinstaller.org/downloads/
+[ruby_downloads]: https://rubyinstaller.org/downloads/
 [ruby_installer]: 
http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.2.3.exe
 [ruby_devkit]: 
http://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
 [nodejs]: https://nodejs.org/
@@ -159,4 +159,4 @@ You could try a different method to install Ruby. Checkout 
[rbenv](https://githu
 [python_installer_windows]: 
https://www.python.org/ftp/python/2.7.11/python-2.7.11.amd64.msi
 [python_linux]: http://docs.python-guide.org/en/latest/starting/install/linux/
 [cordova-docs]: https://github.com/apache/cordova-docs
-[GlobalSignRootCerficateAuthority]: 
https://raw.githubusercontent.com/rubygems/rubygems/master/lib/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
\ No newline at end of file
+[GlobalSignRootCerficateAuthority]: 
https://raw.githubusercontent.com/rubygems/rubygems/master/lib/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
diff --git a/doc/translate.md b/doc/translate.md
index fdc0da140..c52ccb0fb 100644
--- a/doc/translate.md
+++ b/doc/translate.md
@@ -9,10 +9,10 @@ Apache Cordova's documentation is written in English but 
translations are availa
 
 If you know another language and are willing to help translate Apache Cordova, 
here are the steps to get started:
 
-1. Create a free account with Crowdin.net 
[http://crowdin.net](http://crowdin.net)
-2. Search for and find the Cordova project 
[http://crowdin.net/project/cordova/](http://crowdin.net/project/cordova/)
+1. Create a free account with Crowdin.net 
[https://crowdin.net](https://crowdin.net)
+2. Search for and find the Cordova project 
[https://crowdin.net/project/cordova/](https://crowdin.net/project/cordova/)
 3. Scroll down to find the languages that are currently being translated.
-4. Choose a language and click on the language to start contributing. e.g. 
[Spanish](http://crowdin.net/project/cordova/es-ES)
+4. Choose a language and click on the language to start contributing. e.g. 
[Spanish](https://crowdin.net/project/cordova/es-ES)
 5. Next to each of the markdown files you will see a button labelled 
"Translate". Clicking that button will open a translate page where the English 
version of the file is on the left.
 6. Click on a phrase in the left-hand panel. Then type a translation in the 
textarea to the right. Click the "Commit Translation" button.
 7. If a translation is already provided for a phrase you can vote it **up** or 
**down**. If you vote it **down** be sure to also include what you believe to 
be the correct translation.
@@ -25,7 +25,7 @@ The headers are used to provide links between pages.  It is 
therefore critical t
 
 (migrated from [README/en/README.md](README/en/README.md))
 
-Do you want the Apache Cordova documentation in another language? We do too! 
With the support of [Crowdin](http://crowdin.net/project/cordova), a 
translation and localization management platform, translators can login to the 
easy-to-use tooling and provide as much or as little translation assistance as 
they would like. If you know another language please support Cordova and 
contribute. http://crowdin.net/project/cordova. For some best practices for 
using the Crowdin tool please see our w [...]
+Do you want the Apache Cordova documentation in another language? We do too! 
With the support of [Crowdin](https://crowdin.net/project/cordova), a 
translation and localization management platform, translators can login to the 
easy-to-use tooling and provide as much or as little translation assistance as 
they would like. If you know another language please support Cordova and 
contribute. https://crowdin.net/project/cordova. For some best practices for 
using the Crowdin tool please see our [...]
 
 Cordova language administrators, don't forget these steps:
 
@@ -230,7 +230,7 @@ It then searches through all of the languages from crowdin 
and downloads only th
 Finally, it pushes the translated language files back into github.
 
     #!/bin/bash
-    DOMAIN_NAME='http://api.crowdin.net'
+    DOMAIN_NAME='https://api.crowdin.net'
     
     #---CHANGE THE VARIABLES BELOW---
     BASE_GIT_REPO_PATH=/Users/pathTo/git/cordova
@@ -631,12 +631,12 @@ Another example is the use of *method names*, 
*constants*, etc., scattered throu
 It is not currently possible for an administrator to mark each of these 
elements as `Do not translate`,
 so our proofreaders will need to go through and verify they are not translated 
by translators or by the automated translation services.
 
-[Crowdin.net]: http://crowdin.net "Crowdin.net"
-[Crowdin Cordova project]: http://crowdin.net/project/cordova/
-[Spanish Cordova project]: http://crowdin.net/project/cordova/es-ES
-[Crowdin cli]: http://crowdin.net/page/cli-tool
-[Crowdin YouTube demo]: http://www.youtube.com/watch?v=LSnk3lAd7bo
-[Cordova docs edge]: http://cordova.apache.org/docs/en/edge/index.html
+[Crowdin.net]: https://crowdin.net "Crowdin.net"
+[Crowdin Cordova project]: https://crowdin.net/project/cordova/
+[Spanish Cordova project]: https://crowdin.net/project/cordova/es-ES
+[Crowdin cli]: https://crowdin.net/page/cli-tool
+[Crowdin YouTube demo]: https://www.youtube.com/watch?v=LSnk3lAd7bo
+[Cordova docs edge]: https://cordova.apache.org/docs/en/edge/index.html
 [JIRA]: https://issues.apache.org/jira/browse/CB
 [open a JIRA]: https://issues.apache.org/jira/secure/CreateIssue.jspa
 [crowdin support team]: mailto:[email protected]
diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md
index 7e76fed0f..7f42afa51 100644
--- a/doc/troubleshooting.md
+++ b/doc/troubleshooting.md
@@ -14,4 +14,4 @@ Run:
 
 ### Other Problems
 
-Please ask for help on the Slack channel. Join at 
[slack.cordova.io](http://slack.cordova.io)
\ No newline at end of file
+Please ask for help on the Slack channel. Join at 
[slack.cordova.io](http://slack.cordova.io)
diff --git a/www/.htaccess b/www/.htaccess
index 00bb3413b..59b082e1e 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -8,9 +8,9 @@
 # the potential to make pages become PERMANENTLY UNREACHABLE. If in
 # doubt, refer to these links:
 #
-# RewriteRule       - http://httpd.apache.org/docs/current/mod/mod_rewrite.html
-# RewriteRule flags - http://httpd.apache.org/docs/current/rewrite/flags.html
-# .htaccess tester  - http://htaccess.madewithlove.be/
+# RewriteRule       - 
https://httpd.apache.org/docs/current/mod/mod_rewrite.html
+# RewriteRule flags - https://httpd.apache.org/docs/current/rewrite/flags.html
+# .htaccess tester  - https://htaccess.madewithlove.be/
 #
 # And remember: three-oh-ONE (301) menas you get ONE chance to get it right;
 #               three-oh-TWO (302) means you get TWO chances.
diff --git a/www/_data/mailing-lists.yml b/www/_data/mailing-lists.yml
index 848d15923..c68ca727d 100644
--- a/www/_data/mailing-lists.yml
+++ b/www/_data/mailing-lists.yml
@@ -25,7 +25,7 @@
             href: https://lists.apache.org/[email protected]
     description: >
         The Dev mailing list is a place for discussion about developing Apache 
Cordova.
-        <br/>If you are a Cordova user looking for help, use the <a 
href="http://stackoverflow.com/questions/tagged/cordova";>cordova tag on Stack 
Overflow</a>.
+        <br/>If you are a Cordova user looking for help, use the <a 
href="https://stackoverflow.com/questions/tagged/cordova";>cordova tag on Stack 
Overflow</a>.
 
 -   title: Commits Mailing List
     links:
@@ -81,4 +81,4 @@
             text: Issues Mailing List Archive
             href: https://lists.apache.org/[email protected]
     description: >
-        The Issues mailing list tracks comments and updates to <a 
href="http://issues.apache.org/jira/browse/CB";>Jira items</a> regarding Apache 
Cordova.
+        The Issues mailing list tracks comments and updates to <a 
href="https://issues.apache.org/jira/browse/CB";>Jira items</a> regarding Apache 
Cordova.
diff --git a/www/_data/tools.yml b/www/_data/tools.yml
index 78c436dff..c2d14ab28 100644
--- a/www/_data/tools.yml
+++ b/www/_data/tools.yml
@@ -1,13 +1,13 @@
 # -   name: Example Tool
 #     image: cordova.png
-#     url: http://example.com
+#     url: https://example.com
 #     description: >
 #         A description that can
 #         span multiple lines.
 
 -   name: Ionic Framework
     image: ionic.png
-    url: http://ionicframework.com/
+    url: https://ionicframework.com/
     description: >
         Ionic is a front-end SDK for building cross-platform mobile apps.
         Built on top of Angular, Ionic also provides a platform for
@@ -23,7 +23,7 @@
 
 -   name: Onsen UI
     image: onsen.png
-    url: http://onsen.io/
+    url: https://onsen.io/
     description: >
         Custom Elements-based HTML5 framework offers a large selection of
         components and responsive layout support. Onsen UI lets you create
@@ -32,7 +32,7 @@
 
 -   name: App Builder
     image: appbuilder.png
-    url: http://www.getappbuilder.com/
+    url: https://www.getappbuilder.com/
     description: >
         App Builder is a complete IDE for Microsoft Windows which allows to
         create HTML5 and native apps without programming knowledge. Offers
@@ -41,7 +41,7 @@
 
 -   name: Framework7
     image: framework7.png
-    url: http://www.idangero.us/framework7/
+    url: https://www.idangero.us/framework7/
     description: >
         Framework7 is a free and open source mobile HTML framework for
         developing hybrid mobile apps or web apps with iOS & Android
diff --git a/www/_includes/footer_contents.html 
b/www/_includes/footer_contents.html
index a574675fa..9b32a109b 100644
--- a/www/_includes/footer_contents.html
+++ b/www/_includes/footer_contents.html
@@ -9,10 +9,10 @@
                         <a target="_blank" 
href="https://projects.apache.org/project.html?cordova";>Apache Project Page</a>
                     </li>
                     <li>
-                        <a 
href="http://www.apache.org/dyn/closer.cgi/cordova";>Source Distribution</a>
+                        <a 
href="https://www.apache.org/dyn/closer.cgi/cordova";>Source Distribution</a>
                     </li>
                     <li>
-                        <a target="_blank" 
href="http://www.apache.org/licenses/LICENSE-2.0";>License</a>
+                        <a target="_blank" 
href="https://www.apache.org/licenses/LICENSE-2.0";>License</a>
                     </li>
                     <li>
                         <a href="{{ site.baseurl }}/artwork">Artwork</a>
@@ -24,7 +24,7 @@
                 <ul class="nav">
                     <li><a target="_blank" 
href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-";>Source 
Code</a></li>
                     <li><a target="_blank" 
href="https://github.com/apache/cordova#filing-a-bug";>Issue Tracker</a></li>
-                    <li><a target="_blank" 
href="http://stackoverflow.com/questions/tagged/cordova";>Stack Overflow</a></li>
+                    <li><a target="_blank" 
href="https://stackoverflow.com/questions/tagged/cordova";>Stack 
Overflow</a></li>
                     <li><a href="{{ site.baseurl }}/contact">Mailing 
List</a></li>
                     <li><a href="{{ site.baseurl 
}}/contribute/nightly_builds.html">Nightly builds</a></li>
                 </ul>
@@ -33,16 +33,16 @@
                 <h2>Apache Software Foundation</h2>
                 <ul class="nav">
                     <li>
-                        <a target="_blank" href="http://www.apache.org/";>About 
ASF</a>
+                        <a target="_blank" 
href="https://www.apache.org/";>About ASF</a>
                     </li>
                     <li>
-                        <a target="_blank" 
href="http://www.apache.org/foundation/sponsorship.html";>Become a Sponsor</a>
+                        <a target="_blank" 
href="https://www.apache.org/foundation/sponsorship.html";>Become a Sponsor</a>
                     </li>
                     <li>
-                        <a target="_blank" 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a>
+                        <a target="_blank" 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
                     </li>
                     <li>
-                        <a target="_blank" 
href="http://www.apache.org/security/";>Security</a>
+                        <a target="_blank" 
href="https://www.apache.org/security/";>Security</a>
                     </li>
                     <li>
                         <a target="_blank" 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
policy</a>
@@ -63,8 +63,8 @@
     </div>
 </div>
 <p class="copyright_text">
-    Copyright &copy; {{ 'now' | date: "%Y" }} The Apache Software Foundation, 
Licensed under the <a target="_blank" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
-    Apache and the Apache feather logos are <a target="_blank" 
href="http://www.apache.org/foundation/marks/list/";>trademarks</a> of The 
Apache Software Foundation.
+    Copyright &copy; {{ 'now' | date: "%Y" }} The Apache Software Foundation, 
Licensed under the <a target="_blank" 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
+    Apache and the Apache feather logos are <a target="_blank" 
href="https://www.apache.org/foundation/marks/list/";>trademarks</a> of The 
Apache Software Foundation.
     <br/>
     "Raleway" font used under license. For details see the <a href="{{ 
site.baseurl }}/attributions/">attributions page</a>.
 </p>
diff --git a/www/attributions.html b/www/attributions.html
index 01e81d8f3..b3335a872 100644
--- a/www/attributions.html
+++ b/www/attributions.html
@@ -9,7 +9,7 @@ permalink: /attributions/
 <section>
     <h2>
         Raleway Font -
-        <a 
href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL";>
+        <a 
href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL";>
             SIL Open Font License, 1.1
         </a>
     </h2>
diff --git a/www/contribute/contribute_guidelines.md 
b/www/contribute/contribute_guidelines.md
index 1b4ff3654..738691fd9 100644
--- a/www/contribute/contribute_guidelines.md
+++ b/www/contribute/contribute_guidelines.md
@@ -5,11 +5,11 @@ title: Apache Cordova Contribute Guidelines
 
 # Contributor Guidelines
 
-Thanks for helping to improve Cordova! This page provides a general guide on 
making contributions to Cordova. If you can't find something on this page, 
please feel free to contact the [dev mailing 
list](http://cordova.apache.org/contact) or ask questions on the [Cordova 
Slack](http://slack.cordova.io/).
+Thanks for helping to improve Cordova! This page provides a general guide on 
making contributions to Cordova. If you can't find something on this page, 
please feel free to contact the [dev mailing 
list](https://cordova.apache.org/contact) or ask questions on the [Cordova 
Slack](http://slack.cordova.io/).
 
 ## Prerequisites
 
-Before contributing to Apache Cordova, it is recommended that you join the 
[mailing list](http://cordova.apache.org/contact/) and send a brief 
introduction of yourself.
+Before contributing to Apache Cordova, it is recommended that you join the 
[mailing list](https://cordova.apache.org/contact/) and send a brief 
introduction of yourself.
 
 ## Working with Issues
 Issues for all Apache Cordova components are on 
[GitHub](https://github.com/apache/cordova). When reporting issues, please 
follow [these guidelines](./issues.html).
@@ -30,15 +30,15 @@ The workflow for creating pull requests on Github generally 
follows these steps:
 2. [Create a local fork](https://help.github.com/articles/fork-a-repo/) of the 
appropriate Cordova repository
 3. In your local fork, create a branch dedicated to the issue you are working 
on
 4. Push your commits to this branch
-5. 
[Squash](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits)
 these commits into one single commit (see the section below regarding commit 
messages)
+5. 
[Squash](https://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits)
 these commits into one single commit (see the section below regarding commit 
messages)
 6. [Create a pull 
request](https://help.github.com/articles/using-pull-requests/) on the Cordova 
repository
 7. Ask for code review
 
-Please include the issue ID in the title of any pull requests made to Github. 
For more help on Git, see the [Git documentation](http://git-scm.com/doc).
+Please include the issue ID in the title of any pull requests made to Github. 
For more help on Git, see the [Git documentation](https://git-scm.com/doc).
 
 #### Code review
 
-However you submit code, you should always call out a reviewer to look at and 
merge your code. GitHub helpfully suggests possible reviewers whom you can add, 
or you can send a mail out to the [dev mailing 
list](http://cordova.apache.org/contact) with a link to the pull request.
+However you submit code, you should always call out a reviewer to look at and 
merge your code. GitHub helpfully suggests possible reviewers whom you can add, 
or you can send a mail out to the [dev mailing 
list](https://cordova.apache.org/contact) with a link to the pull request.
 
 ## Testing your code
 
diff --git a/www/contribute/index.html b/www/contribute/index.html
index e74ae64d9..e287209f8 100644
--- a/www/contribute/index.html
+++ b/www/contribute/index.html
@@ -39,7 +39,7 @@ title: Contribute
                 </li>
                 <li>
                     <span class="glyphicon 
glyphicon-list-alt"></span><i>&nbsp;</i>
-                    See all <a 
href="http://home.apache.org/phonebook.html?unix=cordova";>Committers</a> / <a 
href="https://people.apache.org/unlistedclas.html";>Contributors</a>
+                    See all <a 
href="https://home.apache.org/phonebook.html?unix=cordova";>Committers</a> / <a 
href="https://people.apache.org/unlistedclas.html";>Contributors</a>
                 </li>
                 <li>
                     <span class="glyphicon glyphicon-user"></span><i>&nbsp;</i>
diff --git a/www/docs/en/dev/config_ref/images.md 
b/www/docs/en/dev/config_ref/images.md
index fe2ba8235..07a59d439 100644
--- a/www/docs/en/dev/config_ref/images.md
+++ b/www/docs/en/dev/config_ref/images.md
@@ -141,7 +141,7 @@ In the `config.xml`, we will add `resource-file` to copy 
the `colors.xml` into t
 
 ### See Also
 - [Android icon 
guide](https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive)
-- [Android - Supporting multiple 
screens](http://developer.android.com/guide/practices/screens_support.html)
+- [Android - Supporting multiple 
screens](https://developer.android.com/guide/practices/screens_support.html)
 
 ## Browser
 Icons are not applicable to the Browser platform.
diff --git a/www/docs/en/dev/config_ref/index.md 
b/www/docs/en/dev/config_ref/index.md
index 8ee3c611f..1354a989b 100644
--- a/www/docs/en/dev/config_ref/index.md
+++ b/www/docs/en/dev/config_ref/index.md
@@ -26,7 +26,7 @@ description: List of supported tags in the config.xml file.
 `config.xml` is a global configuration file that controls many aspects
 of a cordova application's behavior. This
 platform-agnostic XML file is arranged based on the W3C's [Packaged
-Web Apps (Widgets)](http://www.w3.org/TR/widgets/) specification, and
+Web Apps (Widgets)](https://www.w3.org/TR/widgets/) specification, and
 extended to specify core Cordova API features, plugins, and
 platform-specific settings.
 
@@ -61,7 +61,7 @@ Attributes(type) <br/> <span class="sub-header">Only for 
platform:</span> | Desc
 ---------------- | ------------
 id(string) | *Required* <br/> Specifies the app's identifier. The `id` should 
be in a [reverse-DNS 
format](https://en.wikipedia.org/wiki/Reverse_domain_name_notation#Examples) 
however, only alphanumeric and dot characters are allowed. e.g: 
`com.example.myapp`
 version(string) | *Required* <br/> Full version number expressed in 
major/minor/patch notation.
-android-versionCode(string) <br/> ==Android== | Alternative version for 
Android. Sets the [version 
code](http://developer.android.com/tools/publishing/versioning.html) for the 
application. See [the Android 
guide](../guide/platforms/android/index.html#setting-the-version-code) for 
information on how this attribute may be modified.
+android-versionCode(string) <br/> ==Android== | Alternative version for 
Android. Sets the [version 
code](https://developer.android.com/tools/publishing/versioning.html) for the 
application. See [the Android 
guide](../guide/platforms/android/index.html#setting-the-version-code) for 
information on how this attribute may be modified.
 ios-CFBundleVersion(string) <br/> ==iOS== | Alternative version for iOS. For 
further details, see [iOS 
versioning](https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364).
 osx-CFBundleVersion(string) <br/> ==OS X== | Alternative version for OS X. For 
further details, see [OS X 
versioning](https://developer.apple.com/library/prerelease/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html#//apple_ref/doc/uid/20001431-102364).
 windows-packageVersion(string) <br/> ==Windows== | Alternative version for 
Windows. For futher details, see [Windows 
versioning](https://msdn.microsoft.com/en-us/library/windows/apps/br211441.aspx)
@@ -138,7 +138,7 @@ Examples:
 
 ```xml
 <widget ...>
-   <author email="[email protected]" href="http://cordova.io";></author>
+   <author email="[email protected]" href="https://cordova.io";></author>
 </widget>
 ```
 
@@ -517,7 +517,7 @@ Below is a sample config.xml file:
   <description>
       A sample Apache Cordova application that responds to the deviceready 
event.
   </description>
-  <author email="[email protected]" href="http://cordova.io";>
+  <author email="[email protected]" href="https://cordova.io";>
       Apache Cordova Team
   </author>
   <content src="index.html" />
@@ -538,7 +538,7 @@ Below is a sample config.xml file:
 </widget>
 ```
 
-[uses-sdk]:             
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
+[uses-sdk]:             
https://developer.android.com/guide/topics/manifest/uses-sdk-element.html
 [platform_spec]:        ../reference/cordova-cli/index.html#platform-spec
 [plugin_preference]:    ../plugin_ref/spec.html#preference
 [plugin_spec]:          ../reference/cordova-cli/index.html#plugin-spec
diff --git a/www/docs/en/dev/cordova/events/events.md 
b/www/docs/en/dev/cordova/events/events.md
index 083a2d900..7f4d2451d 100644
--- a/www/docs/en/dev/cordova/events/events.md
+++ b/www/docs/en/dev/cordova/events/events.md
@@ -444,7 +444,7 @@ See https://issues.apache.org/jira/browse/CB-10653 for 
details.
 * `activated` event might be fired before `deviceready` so you should save the 
activation flag and args to the app context in case you need them - for example 
in the [Share target case](https://issues.apache.org/jira/browse/CB-11924).
 The subscription to the `activated` event should be done before `deviceready` 
handler (in `app.bindEvents` in terms of the Cordova template).
 
-[UIApplicationExitsOnSuspend]: 
http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
+[UIApplicationExitsOnSuspend]: 
https://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
 [AndroidLifeCycleGuide]: 
../../guide/platforms/android/index.html#lifecycle-guide
 [MSDNActivatedEvent]: 
https://msdn.microsoft.com/en-us/library/windows/apps/br212679.aspx
 
diff --git a/www/docs/en/dev/cordova/storage/storage.md 
b/www/docs/en/dev/cordova/storage/storage.md
index 7df3cc058..8eb8ea7c9 100644
--- a/www/docs/en/dev/cordova/storage/storage.md
+++ b/www/docs/en/dev/cordova/storage/storage.md
@@ -237,14 +237,14 @@ alternative storage options.
 [W3CSpecStorage]: https://html.spec.whatwg.org/multipage/webstorage.html
 [MDNStorage]: https://developer.mozilla.org/en-US/docs/Web/API/Storage
 [MDNStorageGuide]: 
https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API
-[w3schoolsSQL]: http://www.w3schools.com/sql/sql_intro.asp
+[w3schoolsSQL]: https://www.w3schools.com/sql/sql_intro.asp
 [SQLite]: https://www.sqlite.org/
-[W3CIndexedDB]: http://www.w3.org/TR/IndexedDB/
+[W3CIndexedDB]: https://www.w3.org/TR/IndexedDB/
 [MDNIndexedDBAPI]: 
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
 [MDNIndexedDBBasicConcepts]: 
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB
 [MDNUsingIndexedDB]: 
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB
 [MDNIndexedDBLimitsAndEviction]: 
https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Browser_storage_limits_and_eviction_criteria
-[StructuredCloneAlgorithm]: 
http://w3c.github.io/html/infrastructure.html#safe-passing-of-structured-data
+[StructuredCloneAlgorithm]: 
https://w3c.github.io/html/infrastructure.html#safe-passing-of-structured-data
 [Html5RocksFileSystemTutorial]: 
http://www.html5rocks.com/en/tutorials/file/filesystem/
 [FileAPI]: https://github.com/apache/cordova-plugin-file/blob/master/README.md
 [SQLiteStorage]: https://github.com/litehelpers/Cordova-sqlite-storage#readme
diff --git a/www/docs/en/dev/guide/appdev/allowlist/index.md 
b/www/docs/en/dev/guide/appdev/allowlist/index.md
index 688a86970..cbf1b69c9 100644
--- a/www/docs/en/dev/guide/appdev/allowlist/index.md
+++ b/www/docs/en/dev/guide/appdev/allowlist/index.md
@@ -202,4 +202,4 @@ In iOS 10 and above, the `<access>` tag also supports these 
three attributes, de
 
 See the [ATS 
Technote](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33)
 for more details.
 
-[1]: http://www.w3.org/TR/widgets-access/
+[1]: https://www.w3.org/TR/widgets-access/
diff --git a/www/docs/en/dev/guide/appdev/security/index.md 
b/www/docs/en/dev/guide/appdev/security/index.md
index 7b6283418..803cb6aec 100644
--- a/www/docs/en/dev/guide/appdev/security/index.md
+++ b/www/docs/en/dev/guide/appdev/security/index.md
@@ -81,7 +81,7 @@ When running Cordova on Android, using 
`android:debuggable="true"` in the applic
 
 ### Do not use Android Gingerbread!
 * Set your min-target-sdk level higher than 10. API 10 is Gingerbread, and 
Gingerbread is no longer supported by Google or device manufacturers, and is 
therefore not recommend by the Cordova team.
-* Gingerbread has been shown to be insecure and one of the most targeted 
mobile OSs 
[http://www.mobilemag.com/2012/11/06/andriod-2-3-gingerbread-security/](http://bgr.com/2012/11/06/android-security-gingerbread-malware/).
+* Gingerbread has been shown to be insecure and one of the most targeted 
mobile OSs 
[https://www.mobilemag.com/2012/11/06/andriod-2-3-gingerbread-security/](https://bgr.com/2012/11/06/android-security-gingerbread-malware/).
 * The Whitelist on Android does not work with Gingerbread or lower. This means 
an attacker can load malicious code in an iframe that would then have access to 
all of the Cordova APIs and could use that access to steal personal data, send 
SMS messages to premium-rate numbers, and perform other malicious acts.
 
 ### Use InAppBrowser for outside links
diff --git a/www/docs/en/dev/guide/cli/template.md 
b/www/docs/en/dev/guide/cli/template.md
index 19ef28ac2..769f6c85d 100644
--- a/www/docs/en/dev/guide/cli/template.md
+++ b/www/docs/en/dev/guide/cli/template.md
@@ -42,7 +42,7 @@ $ cordova create hello com.example.hello HelloWorld 
--template <git-remote-url>
 $ cordova create hello com.example.hello HelloWorld --template 
<path-to-template>
 ```
 
-After succesfully using a template to create your project, you'll want to 
indicate the platforms that you intend to target with your app. Go into your 
project folder and [add 
platforms](http://cordova.apache.org/docs/en/latest/guide/cli/index.html#add-platforms).
+After succesfully using a template to create your project, you'll want to 
indicate the platforms that you intend to target with your app. Go into your 
project folder and [add 
platforms](https://cordova.apache.org/docs/en/latest/guide/cli/index.html#add-platforms).
 
 ## Create a Template
 
diff --git a/www/docs/en/dev/guide/hybrid/plugins/index.md 
b/www/docs/en/dev/guide/hybrid/plugins/index.md
index 070b07987..c56705f00 100644
--- a/www/docs/en/dev/guide/hybrid/plugins/index.md
+++ b/www/docs/en/dev/guide/hybrid/plugins/index.md
@@ -46,7 +46,7 @@ For each corresponding native interface, see the list at the 
end of
 this section.
 
 In addition to these instructions, when preparing to write a plugin it
-is best to look over [existing plugins](http://cordova.apache.org/contribute)
+is best to look over [existing plugins](https://cordova.apache.org/contribute)
 for guidance.
 
 ## Building a Plugin
@@ -201,7 +201,7 @@ to work on your plugin and then simply rebuild the app to 
use your changes.
 
 You can use the `plugman` utility to check whether the plugin installs
 correctly for each platform.  Install `plugman` with the following
-[node](http://nodejs.org/) command:
+[node](https://nodejs.org/) command:
 
 ```bash
 npm install -g plugman
diff --git a/www/docs/en/dev/guide/platforms/android/plugin.md 
b/www/docs/en/dev/guide/platforms/android/plugin.md
index 3c1c14f27..73cc7dc5a 100644
--- a/www/docs/en/dev/guide/platforms/android/plugin.md
+++ b/www/docs/en/dev/guide/platforms/android/plugin.md
@@ -505,13 +505,13 @@ setting enabled to ensure that you are properly handling 
low memory scenarios.
 [cordova-plugin]: 
https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaPlugin.java
 [event-resume]: ../../../cordova/events/events.html#resume
 [gradle-dep-management]: 
https://docs.gradle.org/current/userguide/dependency_management.html
-[permissions-guide]: 
http://developer.android.com/guide/topics/security/permissions.html#perm-groups
+[permissions-guide]: 
https://developer.android.com/guide/topics/security/permissions.html#perm-groups
 [plugin-dev]: ../../hybrid/plugins/index.html
 [plugin-ref-framework]: ../../../plugin_ref/spec.html#framework
 [plugin-ref-lib-file]: ../../../plugin_ref/spec.html#lib-file
 [plugin-ref-name]: ../../../plugin_ref/spec.html#name
-[ref-context]: 
http://developer.android.com/reference/android/content/Context.html
-[ref-executor]: 
http://developer.android.com/reference/java/util/concurrent/ExecutorService.html
-[ref-intent]: 
http://developer.android.com/reference/android/content/Intent.html
-[ref-activity]: 
http://developer.android.com/reference/android/app/Activity.html
-[ref-runonuithread]: 
http://developer.android.com/reference/android/app/Activity.html#runOnUiThread(java.lang.Runnable)
+[ref-context]: 
https://developer.android.com/reference/android/content/Context.html
+[ref-executor]: 
https://developer.android.com/reference/java/util/concurrent/ExecutorService.html
+[ref-intent]: 
https://developer.android.com/reference/android/content/Intent.html
+[ref-activity]: 
https://developer.android.com/reference/android/app/Activity.html
+[ref-runonuithread]: 
https://developer.android.com/reference/android/app/Activity.html#runOnUiThread(java.lang.Runnable)
diff --git a/www/docs/en/dev/guide/platforms/android/upgrade.md 
b/www/docs/en/dev/guide/platforms/android/upgrade.md
index 4fd6704fd..e719faa00 100644
--- a/www/docs/en/dev/guide/platforms/android/upgrade.md
+++ b/www/docs/en/dev/guide/platforms/android/upgrade.md
@@ -250,7 +250,7 @@ For projects not created with the cordova CLI, run:
         bin/update <project_path>
 
 **WARNING:**  On Android 4.4 - Android 4.4.3, creating a file input element 
with type="file" will not open the file picker dialog.
-This is a regression with Chromium on Android and the problem can be 
reproduced in the standalone Chrome browser on Android (see 
http://code.google.com/p/android/issues/detail?id=62220)  The suggested 
workaround is to use the FileTransfer and File plugins for Android 4.4. You can 
listen for an onClick event from the input type="file" and then pop up a file 
picker UI. In order to tie the form data with the upload, you can use 
JavaScript to attach form values to the multi-part POST request [...]
+This is a regression with Chromium on Android and the problem can be 
reproduced in the standalone Chrome browser on Android (see 
https://code.google.com/p/android/issues/detail?id=62220)  The suggested 
workaround is to use the FileTransfer and File plugins for Android 4.4. You can 
listen for an onClick event from the input type="file" and then pop up a file 
picker UI. In order to tie the form data with the upload, you can use 
JavaScript to attach form values to the multi-part POST reques [...]
 
 
 ## Upgrading to 3.1.0 from 3.0.0
@@ -656,4 +656,4 @@ plugin maintainer and add this task to their bug tracker.
 
 6. Add the `res/xml/plugins.xml` to match `framework/res/xml/plugins.xml`.
 
-[android-dangerous-permissions]: 
http://developer.android.com/guide/topics/security/permissions.html#perm-groups
+[android-dangerous-permissions]: 
https://developer.android.com/guide/topics/security/permissions.html#perm-groups
diff --git a/www/docs/en/dev/guide/platforms/android/webview.md 
b/www/docs/en/dev/guide/platforms/android/webview.md
index b07ac6aaa..de9e2998d 100644
--- a/www/docs/en/dev/guide/platforms/android/webview.md
+++ b/www/docs/en/dev/guide/platforms/android/webview.md
@@ -35,7 +35,7 @@ legacy `CordovaActivity` component that pre-dates the 1.9 
release.
 
 1. To follow these instructions, make sure you have the latest Cordova
    distribution. Download it from
-   [cordova.apache.org](http://cordova.apache.org) and unzip its
+   [cordova.apache.org](https://cordova.apache.org) and unzip its
    Android package.
 
 1. Navigate to the Android package's `/framework` directory and run
diff --git a/www/docs/en/dev/guide/platforms/ios/webview.md 
b/www/docs/en/dev/guide/platforms/ios/webview.md
index 2ba6a5725..85d9e5a5d 100644
--- a/www/docs/en/dev/guide/platforms/ios/webview.md
+++ b/www/docs/en/dev/guide/platforms/ios/webview.md
@@ -39,7 +39,7 @@ subdirectory within `platforms/ios`.
 
 To follow these instructions, make sure you have the latest Cordova
 distribution. Download it from
-[cordova.apache.org](http://cordova.apache.org) and unzip its iOS
+[cordova.apache.org](https://cordova.apache.org) and unzip its iOS
 package.
 
 You have two methods for adding Cordova to your project. The first is using 
[Carthage](https://github.com/Carthage/Carthage), and the 
@@ -174,7 +174,7 @@ After using either of these two methods, continue with the 
**"Using CDVViewContr
     ...or a remote site:
 
     ```xml
-    <content src="http://apache.org"; />
+    <content src="https://apache.org"; />
     ```
 
 1. Optionally, set the `useSplashScreen` property, which defaults to
diff --git a/www/docs/en/dev/guide/platforms/osx/index.md 
b/www/docs/en/dev/guide/platforms/osx/index.md
index 175c826d4..0f97c5063 100644
--- a/www/docs/en/dev/guide/platforms/osx/index.md
+++ b/www/docs/en/dev/guide/platforms/osx/index.md
@@ -137,9 +137,9 @@ For further information, consult Apple's documentation:
    technical resources, the provisioning portal, distribution guides
    and community forums.
 
-* [Xcode User 
Guide](http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/000-About_Xcode/about.html#//apple_ref/doc/uid/TP40010215)
+* [Xcode User 
Guide](https://developer.apple.com/library/ios/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/000-About_Xcode/about.html#//apple_ref/doc/uid/TP40010215)
 
-* The [xcode-select 
command](http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html),
+* The [xcode-select 
command](https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html),
   which helps specify the correct version of Xcode if more than one is 
installed.
 
 (Mac®, OS X®, Apple®, Xcode®, App Store℠, iPad®, iPhone®, iPod® and  Finder® 
are Trademarks of Apple Inc.)
diff --git a/www/docs/en/dev/guide/platforms/windows/index.md 
b/www/docs/en/dev/guide/platforms/windows/index.md
index 30d1e8374..1a0c0c942 100644
--- a/www/docs/en/dev/guide/platforms/windows/index.md
+++ b/www/docs/en/dev/guide/platforms/windows/index.md
@@ -50,13 +50,13 @@ virtual machine environment or by using Boot Camp to 
dual-boot a
 Windows partition. Consult these resources to set up the required
 Windows development environment on a Mac:
 
-- [VMWare 
Fusion](http://msdn.microsoft.com/en-US/library/windows/apps/jj945426)
-- [Parallels 
Desktop](http://msdn.microsoft.com/en-US/library/windows/apps/jj945424)
-- [Boot Camp](http://msdn.microsoft.com/en-US/library/windows/apps/jj945423)
+- [VMWare 
Fusion](https://msdn.microsoft.com/en-US/library/windows/apps/jj945426)
+- [Parallels 
Desktop](https://msdn.microsoft.com/en-US/library/windows/apps/jj945424)
+- [Boot Camp](https://msdn.microsoft.com/en-US/library/windows/apps/jj945423)
 
 ## Installing the Requirements
 
-Install any edition of [Visual Studio](http://www.visualstudio.com/downloads) 
matching the version
+Install any edition of [Visual Studio](https://www.visualstudio.com/downloads) 
matching the version
 requirements listed above.
 
 ### Visual Studio 2017
diff --git a/www/docs/en/dev/guide/platforms/windows/plugin.md 
b/www/docs/en/dev/guide/platforms/windows/plugin.md
index 258e81dbd..6793a08ee 100644
--- a/www/docs/en/dev/guide/platforms/windows/plugin.md
+++ b/www/docs/en/dev/guide/platforms/windows/plugin.md
@@ -118,7 +118,7 @@ This gives us a working Windows JavaScript plugin that uses 
a common file (`www/
 
 In Windows, Javascript authored apps are able to interop with native (C++) and 
managed code (C#, VB) by creating a Windows runtime component. You can learn 
the basics here and checkout more details in guides on MSDN:
 - [Creating Windows Runtime Components in C# and Visual 
Basic](https://msdn.microsoft.com/en-us/library/windows/apps/br230301.aspx)
-- [Creating Windows Runtime Components in 
C++](http://msdn.microsoft.com/en-us/library/windows/apps/hh441569.aspx)
+- [Creating Windows Runtime Components in 
C++](https://msdn.microsoft.com/en-us/library/windows/apps/hh441569.aspx)
 
 When you create your Windows Runtime Component, any class that is defined as 
`public ref class sealed` is considered an 'activatable class' and will be 
callable from JavaScript.
 
@@ -178,7 +178,7 @@ And that's it, we have an end to end C++ backed js callable 
plugin for use in Ap
 ### Considerations
 
 - The callback is typically async, so calling the callback right away is 
probably not expected by the caller. In practice, if the call is not async, you 
should at least use a javascript timeout to force the callback to be called 
asynchronously.
-- Activatable classes can be used to do event dispatching, async callbacks, 
passing your own object types, arrays, collections, overloaded methods and much 
more. Refer to [Creating Windows Runtime Components in 
C++](http://msdn.microsoft.com/en-us/library/windows/apps/hh441569.aspx) for 
details.
+- Activatable classes can be used to do event dispatching, async callbacks, 
passing your own object types, arrays, collections, overloaded methods and much 
more. Refer to [Creating Windows Runtime Components in 
C++](https://msdn.microsoft.com/en-us/library/windows/apps/hh441569.aspx) for 
details.
 
 ### Defining your plugin in plugin.xml
 
diff --git a/www/docs/en/dev/plugin_ref/plugman.md 
b/www/docs/en/dev/plugin_ref/plugman.md
index 79fc7b675..d9729bd57 100644
--- a/www/docs/en/dev/plugin_ref/plugman.md
+++ b/www/docs/en/dev/plugin_ref/plugman.md
@@ -43,7 +43,7 @@ consuming Plugman as a node module or modifying the source 
code, see
 
 ## Installing Plugman
 
-To install plugman, you must have [node](http://nodejs.org/) installed
+To install plugman, you must have [node](https://nodejs.org/) installed
 on your machine. Then you can run the following command from anywhere
 in your environment to install plugman globally, so that it is
 available from any directory:
@@ -129,13 +129,13 @@ plugman -v
 
 ## Registry Actions
 
-There are a number of plugman commands that can be used for interacting with 
the [Plugin registry](http://plugins.cordova.io).
+There are a number of plugman commands that can be used for interacting with 
the [Plugin registry](https://plugins.cordova.io).
 Please note that these registry commands are specific to the 
_plugins.cordova.io_ plugin registry and may not be implemented by
 third-party plugin registries.
 
 ### Searching for a Plugin
 
-You can use Plugman to search the [Plugin registry](http://plugins.cordova.io) 
for plugin id's that match the given space separated list of keywords.
+You can use Plugman to search the [Plugin 
registry](https://plugins.cordova.io) for plugin id's that match the given 
space separated list of keywords.
 
 ```bash
 plugman search <plugin keywords>
diff --git a/www/docs/en/dev/plugin_ref/spec.md 
b/www/docs/en/dev/plugin_ref/spec.md
index 1b686b185..15a539764 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -34,7 +34,7 @@ Attributes(type) <br/> <span class="sub-header">Only for 
platform:</span> | Desc
 ---------------- | ------------
 xmlns(string) | *Required* <br/> The plugin namespace, 
`http://apache.org/cordova/ns/plugins/1.0`. If the document contains XML from 
other namespaces, such as tags to be added to the `AndroidManifest.xml` file in 
the case of Android, those namespaces should also be included in the <plugin> 
element.
 id(string) | *Required* <br/> A npm-style identifier for the plugin.
-version(string) | *Required* <br/> A version number for the plugin. 
[Semver](http://semver.org/) syntax is supported.
+version(string) | *Required* <br/> A version number for the plugin. 
[Semver](https://semver.org/) syntax is supported.
 
 Example:
 ```xml
@@ -333,7 +333,7 @@ Attributes(type) <br/> <span class="sub-header">Only for 
platform:</span> | Desc
 ---------------- | ------------
 target(string) | The file to be modified, and the path relative to the root of 
the Cordova project. If the specified file does not exist, the tool ignores the 
configuration change and continues installation. <br/> The target can include 
wildcard (`*`) elements. In this case, the CLI recursively searches through the 
project directory structure and uses the first match. <br/> On iOS, the 
location of configuration files relative to the project directory root is not 
known, so specifying a ta [...]
 parent(string) | An XPath selector referencing the parent of the elements to 
be added to the config file. If you use absolute selectors, you can use a 
wildcard (`*`) to specify the root element, e.g., `/*/plugins`. If the selector 
does not resolve to a child of the specified document, the tool stops and 
reverses the installation process, issues a warning, and exits with a non-zero 
code. <br/> For `plist` files, the `parent` determines under what parent key 
the specified XML should be inserted.
-after(string) | A prioritized list of accepted siblings after which to add the 
XML snippet. Useful for specifying changes in files which require strict 
ordering of XML elements like 
[this](http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509%28v=vs.105%29.aspx#BKMK_EXTENSIONSelement).
+after(string) | A prioritized list of accepted siblings after which to add the 
XML snippet. Useful for specifying changes in files which require strict 
ordering of XML elements like 
[this](https://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509%28v=vs.105%29.aspx#BKMK_EXTENSIONSelement).
 device-target(string) <br/> ==windows== | Allowed values: `win`, `phone`, 
`all`. <br/> Applicable when affecting the meta-name `package.appxmanifest`, 
this attribute indicates that the file should only be modified when building 
for the specified target device type.
 versions(string) <br/> ==windows== | Applicable when affecting the meta-name 
`package.appxmanifest`, this attribute indicates that app manifests for 
specific Windows versions should only be altered for versions that match the 
specified version string. Value can be any valid node semantic version range 
string.
 
diff --git a/www/index.html b/www/index.html
index 46ea158a0..46c678a9a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -73,7 +73,7 @@ change_frequency: monthly
         </div>
         <div class="col-md-7 col-xs-10">
             <h2>Installing Cordova</h2>
-            <p>Cordova command-line runs on <a target="_blank" 
href="http://nodejs.org/";>Node.js</a> and is available on
+            <p>Cordova command-line runs on <a target="_blank" 
href="https://nodejs.org/";>Node.js</a> and is available on
             <a target="_blank" 
href="https://npmjs.org/package/cordova";>NPM</a>.
             Follow <a href="{{ site.baseurl }}/docs/en/{{ 
site.default_linked_docs_version }}/index.html#develop-for-platforms">platform 
specific guides</a>
             to install additional platform dependencies. Open a command prompt 
or Terminal, and type <code>npm install -g cordova</code>.</p>
diff --git a/www/privacy/index.md b/www/privacy/index.md
index 4cf677839..6f7bf2a1f 100644
--- a/www/privacy/index.md
+++ b/www/privacy/index.md
@@ -13,7 +13,7 @@ When you opt into telemetry, information about your usage of 
Apache Cordova CLI
 * Cordova version
 * Commands executed, time of execution and status (success/failure)
 
-This information is saved in Google Analytics and handled by Google as 
described in their [privacy policy](http://www.google.com/policies/privacy/). 
See the [documentation for instructions on how to disable 
telemetry](http://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-telemetry-command)
 if you prefer not to share your data.
+This information is saved in Google Analytics and handled by Google as 
described in their [privacy policy](https://www.google.com/policies/privacy/). 
See the [documentation for instructions on how to disable 
telemetry](https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-telemetry-command)
 if you prefer not to share your data.
 
 We use the gathered information to help us make our tool more useful and to 
better understand how it is used. We do not track or collect personally 
identifiable information or associate gathered data with any personally 
identifying information from other sources.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to