Skip to content

Commit 31dab9d

Browse files
authored
Merge pull request #947 from echernyavskiy/patch-7
Fix PHP cheatsheets link (http -> https).
2 parents 8c7f693 + 59870c1 commit 31dab9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/16-08-01-Sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Other Useful Resources
88

99
### Cheatsheets
1010

11-
* [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions.
11+
* [PHP Cheatsheets](https://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions.
1212
* [Modern PHP Cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) - documents modern (PHP 7.0+) idioms in a unified document.
1313
* [OWASP Security Cheatsheets](https://owasp.org/www-project-cheat-sheets/) - provides a concise collection of high value information on specific application security topics.
1414

0 commit comments

Comments
 (0)