Skip to content

Commit

Permalink
Merge pull request #134 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
Natim authored Jun 28, 2016
2 parents 960f6ec + 659ce79 commit 0c0e626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion formbuilder/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Header(props) {
<div className="navbar-collapse collapse">
<ul className="nav navbar-nav navbar-right">
<li><Link to="/faq">FAQ</Link></li>
<li><a href="http://kinto.readthedocs.org/en/latest/overview.html">Our values</a></li>
<li><a href="https://kinto.readthedocs.io/en/latest/overview.html">Our values</a></li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion formbuilder/components/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Welcome(props) {
<div className="col-md-4">
<h3><i className="glyphicon glyphicon-eye-close"></i> Privacy matters</h3>
<p>With <a href="https://kinto-storage.org">Kinto</a>, you are not giving Google or any other giants your data.</p>
<p>Our goal is not to host all the forms of the world, so we try to make it easy for you to <a href="http://kinto.readthedocs.io/en/stable/tutorials/install.html">host your own servers</a>.</p>
<p>Our goal is not to host all the forms of the world, so we try to make it easy for you to <a href="https://kinto.readthedocs.io/en/stable/tutorials/install.html">host your own servers</a>.</p>
</div>
<div className="col-md-4">
<h3><i className="glyphicon glyphicon-heart-empty"></i> Open source</h3>
Expand Down
2 changes: 1 addition & 1 deletion formbuilder/index.prod.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<script src="./bundle.js"></script>
<noscript>
<p>We're sorry, but you need JavaScript to access this website. JavaScript
is used to communicate with an external <a href="https://kinto.readthedocs.org">Kinto</a>
is used to communicate with an external <a href="https://kinto.readthedocs.io">Kinto</a>
server where the form data is stored.</p>
<p>Without it, we cannot either save or retrieve the data on this external server.</p>
</noscript>
Expand Down

0 comments on commit 0c0e626

Please sign in to comment.