Browse Source

Fix redirects.

pull/977/merge
Jamie 6 years ago
parent
commit
fac7bc1967
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

120
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
120
 * [CakePHP](https://cakephp.org/) - A rapid application development framework (CP).
121
 * [Laravel 6](https://laravel.com/) - Another PHP framework (L6).
121
 * [Laravel 6](https://laravel.com/) - Another PHP framework (L6).
122
 * [Nette](https://nette.org) - Another framework comprised of individual components.
122
 * [Nette](https://nette.org) - Another framework comprised of individual components.
123
-* [Phalcon](https://phalcon.io/en/) - A framework implemented as a C extension.
123
+* [Phalcon](https://phalcon.io/en-us/ ) - A framework implemented as a C extension.
124
 * [PPI Framework 2](https://github.com/ppi) - An interoperability framework.
124
 * [PPI Framework 2](https://github.com/ppi) - An interoperability framework.
125
 * [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
125
 * [Symfony](https://symfony.com/) - A framework comprised of individual components (SF).
126
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
126
 * [Yii2](https://github.com/yiisoft/yii2/) - Another PHP framework.
422
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
422
 * [Tracy](https://github.com/nette/tracy) - A simple error detection, logging and time measuring library.
423
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
423
 * [xDebug](https://github.com/xdebug/xdebug) - A debug and profile tool for PHP.
424
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
424
 * [XHProf](https://github.com/phacility/xhprof) - A profiling tool originally developed by Facebook.
425
-* [Z-Ray](https://www.zend.com/products/server/z-ray) - A debug and profile tool for Zend Server.
425
+* [Z-Ray](https://www.zend.com/products/z-ray) - A debug and profile tool for Zend Server.
426
 
426
 
427
 ### Build Tools
427
 ### Build Tools
428
 *Project build and automation tools.*
428
 *Project build and automation tools.*

Loading…
Cancel
Save