Skip to content

Commit 6e204f9

Browse files
authored
update readme links (#223)
1 parent f95f5d5 commit 6e204f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Some of the programming design decisions reflected:
4343

4444
PHP version 7.2 or higher is required, with the following extensions installed:
4545

46-
- [intl](http://php.net/manual/en/intl.requirements.php)
47-
- [libcurl](http://php.net/manual/en/curl.requirements.php) if you plan to use the `HTTP\CURLRequest` library
46+
- [intl](https://php.net/manual/en/intl.requirements.php)
47+
- [libcurl](https://php.net/manual/en/curl.requirements.php) if you plan to use the `HTTP\CURLRequest` library
4848

4949
Additionally, make sure that the following extensions are enabled in your PHP:
5050

5151
- json (enabled by default - don't turn it off)
52-
- [mbstring](http://php.net/manual/en/mbstring.installation.php)
53-
- [mysqlnd](http://php.net/manual/en/mysqlnd.install.php)
52+
- [mbstring](https://php.net/manual/en/mbstring.installation.php)
53+
- [mysqlnd](https://php.net/manual/en/mysqlnd.install.php)
5454
- xml (enabled by default - don't turn it off)
5555

5656
## Installation

0 commit comments

Comments
 (0)