Fix PHP cheatsheets link (http -> https).

This commit is contained in:
Evgeny Chernyavskiy
2022-12-16 05:34:18 -05:00
committed by GitHub
parent b3e32a6b7d
commit 59870c19a3

View File

@@ -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.