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.
@@ -22,7 +22,7 @@
<pre>browserify --debug --transform reactify index.js &gt; bundle.js</pre>
<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>