mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-05 13:37:25 +02:00
Fix PHP cheatsheets link (http -> https).
This commit is contained in:
committed by
GitHub
parent
b3e32a6b7d
commit
59870c19a3
@@ -8,7 +8,7 @@ title: Other Useful Resources
|
||||
|
||||
### Cheatsheets
|
||||
|
||||
* [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions.
|
||||
* [PHP Cheatsheets](https://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions.
|
||||
* [Modern PHP Cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) - documents modern (PHP 7.0+) idioms in a unified document.
|
||||
* [OWASP Security Cheatsheets](https://owasp.org/www-project-cheat-sheets/) - provides a concise collection of high value information on specific application security topics.
|
||||
|
||||
|
Reference in New Issue
Block a user