mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user