File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ <h4 class="panel-title">
18
18
< div class ="col-md-10 ">
19
19
20
20
< 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 >
22
22
</ div >
23
23
24
24
</ div >
@@ -50,7 +50,7 @@ <h4 class="panel-title">
50
50
< div class ="col-md-10 ">
51
51
52
52
< 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 >
54
54
</ div >
55
55
56
56
</ div >
@@ -76,7 +76,7 @@ <h4 class="panel-title">
76
76
77
77
< div class ="highlight ">
78
78
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 >
80
80
< pre > sudo chmod a+x /usr/local/bin/codecept</ pre >
81
81
</ div >
82
82
< p >
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: bootstrap
3
3
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 ">
5
5
---
6
6
< div class ="container ">
7
7
< div class ="row ">
@@ -12,7 +12,7 @@ <h2>Installation</h2>
12
12
< p > < code > php codecept.phar bootstrap</ code > </ p >
13
13
< p > < strong > 3.</ strong > Write your tests!</ p >
14
14
< 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 >
16
16
</ div > <!-- /col -->
17
17
</ div > <!-- /row -->
18
18
</ div > <!-- /.container -->
You can’t perform that action at this time.
0 commit comments