Skip to content

Commit 9c6e564

Browse files
committed
Merge pull request #18 from ReadmeCritic/master
Updates README URLs based on HTTP redirects
2 parents 5c8feb9 + 8783389 commit 9c6e564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##PHPVerbalExpressions
2-
- ported from [VerbalExpressions](https://github.com/jehna/VerbalExpressions)
2+
- ported from [VerbalExpressions](https://github.com/VerbalExpressions/JSVerbalExpressions)
33

44
VerbalExpressions is a PHP library that helps to construct hard regular expressions.
55

@@ -19,7 +19,7 @@ $regex ->startOfLine()
1919
->endOfLine();
2020

2121

22-
if($regex->test("http://github.com"))
22+
if($regex->test("https://github.com/"))
2323
echo "valid url";
2424
else
2525
echo "invalid url";
@@ -51,7 +51,7 @@ You can see an up to date list of all ports on [VerbalExpressions.github.io](htt
5151
- [C++](https://github.com/VerbalExpressions/CppVerbalExpressions)
5252

5353
## Building the project and running the tests
54-
The project supports Composer so you have to install [Composer](http://getcomposer.org/doc/00-intro.md#installation-nix) first before project setup.
54+
The project supports Composer so you have to install [Composer](https://getcomposer.org/doc/00-intro.md#installation-nix) first before project setup.
5555

5656
curl -sS https://getcomposer.org/installer | php
5757
php composer.phar install --dev

0 commit comments

Comments
 (0)