Skip to content

Commit 06e34f9

Browse files
committed
replaced links to https
1 parent 32d84fe commit 06e34f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: _includes/phar.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h4 class="panel-title">
1818
<div class="col-md-10">
1919

2020
<div class="highlight">
21-
<pre>wget http://codeception.com/codecept.phar<a href="/thanks" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
21+
<pre>wget https://codeception.com/codecept.phar<a href="/thanks" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
2222
</div>
2323

2424
</div>
@@ -50,7 +50,7 @@ <h4 class="panel-title">
5050
<div class="col-md-10">
5151

5252
<div class="highlight">
53-
<pre>wget http://codeception.com/php5/codecept.phar<a href="/thanks_php5" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
53+
<pre>wget https://codeception.com/php5/codecept.phar<a href="/thanks_php5" style="float:right" target="_blank">download <span class="glyphicon glyphicon-download"></span></a></pre>
5454
</div>
5555

5656
</div>
@@ -76,7 +76,7 @@ <h4 class="panel-title">
7676

7777
<div class="highlight">
7878

79-
<pre>sudo curl -LsS http://codeception.com/codecept.phar -o /usr/local/bin/codecept</pre>
79+
<pre>sudo curl -LsS https://codeception.com/codecept.phar -o /usr/local/bin/codecept</pre>
8080
<pre>sudo chmod a+x /usr/local/bin/codecept</pre>
8181
</div>
8282
<p>

Diff for: thanks.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: bootstrap
33
title: Thanks for choosing Codeception!
4-
meta: <meta http-equiv="REFRESH" content="3;url=http://codeception.com/codecept.phar">
4+
meta: <meta http-equiv="REFRESH" content="3;url=https://codeception.com/codecept.phar">
55
---
66
<div class="container">
77
<div class="row">
@@ -12,7 +12,7 @@ <h2>Installation</h2>
1212
<p><code>php codecept.phar bootstrap</code></p>
1313
<p><strong>3.</strong> Write your tests!</p>
1414
<p>Follow <a href="http://codeception.com/docs/02-GettingStarted">Getting Started Guide</a> to perform configuration and write the first test.</p>
15-
<p class="small">Your download is on the way. <a href="http://codeception.com/codecept.phar">Click here</a> if you don't want to wait any longer</p>
15+
<p class="small">Your download is on the way. <a href="https://codeception.com/codecept.phar">Click here</a> if you don't want to wait any longer</p>
1616
</div> <!-- /col -->
1717
</div> <!-- /row -->
1818
</div> <!-- /.container -->

0 commit comments

Comments
 (0)