From 59870c19a3881061211bf02cdb64d69babb42f30 Mon Sep 17 00:00:00 2001 From: Evgeny Chernyavskiy Date: Fri, 16 Dec 2022 05:34:18 -0500 Subject: [PATCH] Fix PHP cheatsheets link (http -> https). --- _posts/16-08-01-Sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index 48c8142..664a865 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -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.