Merge pull request #3693 from reedloden/swap-http-to-https

SSL/TLSize all the things! (convert http:// to https:// where appropriate)
This commit is contained in:
Paul O’Shannessy
2015-04-20 11:08:54 -07:00
parent 92252f5781
commit 5ef593e4a0
141 changed files with 430 additions and 428 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
<div id="container">
<p>
To install React, follow the instructions on
<a href="http://www.github.com/facebook/react/">GitHub</a>.
<a href="https://github.com/facebook/react/">GitHub</a>.
</p>
<p>
If you can see this, React is not working right.
@@ -21,7 +21,7 @@
<p>This is written in vanilla JavaScript (without JSX) and transformed in the browser.<p>
<p>
Learn more about React at
<a href="http://facebook.github.io/react" target="_blank">facebook.github.io/react</a>.
<a href="https://facebook.github.io/react" target="_blank">facebook.github.io/react</a>.
</p>
<script src="../shared/thirdparty/es5-shim.min.js"></script>
<script src="../shared/thirdparty/es5-sham.min.js"></script>