You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/13 02:59:01 UTC

docs commit: Making script includes use HTTPS, and using HTTPS for site.url.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website f47aecf11 -> 10eaffb3f


Making script includes use HTTPS, and using HTTPS for site.url.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/10eaffb3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/10eaffb3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/10eaffb3

Branch: refs/heads/cordova-website
Commit: 10eaffb3ffec10a914abd43dd37b9b04afcf2081
Parents: f47aecf
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Oct 12 17:58:53 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Oct 12 17:58:53 2015 -0700

----------------------------------------------------------------------
 _config.yml               | 2 +-
 www/_includes/footer.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/10eaffb3/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index e7172e0..23474c7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -3,7 +3,7 @@
 # =======
 title:       Apache Cordova
 description: Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.
-url:         "http://cordova.apache.org" # the base hostname & protocol
+url:         "https://cordova.apache.org" # the base hostname & protocol
 baseurl:     "" # the subpath of the site, e.g. /blog/
 rss_path:    /feed.xml
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/10eaffb3/www/_includes/footer.html
----------------------------------------------------------------------
diff --git a/www/_includes/footer.html b/www/_includes/footer.html
index 6a7828b..c43d2b2 100644
--- a/www/_includes/footer.html
+++ b/www/_includes/footer.html
@@ -55,7 +55,7 @@
                     Learn More
                 </a>
                 <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
-                <script async defer src="http://slack.cordova.io/slackin.js"></script>
+                <script async defer src="https://slack.cordova.io/slackin.js"></script>
             </div>
         </div>
         <p class="copyright_text">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org