Browse Source

Fix Awesome Bot issues.

pull/1015/head
Jamie 6 years ago
parent
commit
1930bc82aa
1 changed files with 3 additions and 4 deletions
  1. 3
    4
      README.md

+ 3
- 4
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://phalconphp.com/en/) - A framework implemented as a C extension.
123
+* [Phalcon](https://phalcon.io/en/) - 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/en/products/server/z-ray) - A debug and profile tool for Zend Server.
425
+* [Z-Ray](https://www.zend.com/products/server/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.*
719
 
719
 
720
 * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
720
 * [Bref](https://bref.sh/) - Serverless PHP on AWS Lambda.
721
 * [OpenWhisk](http://openwhisk.apache.org/) - An open source serverless cloud platform.
721
 * [OpenWhisk](http://openwhisk.apache.org/) - An open source serverless cloud platform.
722
-* [Serverless Framework](https://serverless.com/framework/) - An open source framework for building serverless applications.
722
+* [Serverless Framework](https://serverless.com/cli/) - An open source framework for building serverless applications.
723
 
723
 
724
 ## Configuration
724
 ## Configuration
725
 *Libraries and tools for configuration.**
725
 *Libraries and tools for configuration.**
868
 * [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning.
868
 * [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning.
869
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
869
 * [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
870
 * [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
870
 * [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
871
-* [WebSec IO](https://websec.io/) - A web security community resource.
872
 
871
 
873
 ### PHP Books
872
 ### PHP Books
874
 *Fantastic PHP-related books.*
873
 *Fantastic PHP-related books.*

Loading…
Cancel
Save