From b90efb4fcd7a8894dd4dabadda86577bc5cb437c Mon Sep 17 00:00:00 2001 From: Xymph Date: Tue, 27 Dec 2022 16:04:53 +0100 Subject: [PATCH] Add link to design patterns catalog --- _posts/05-04-01-Design-Patterns.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/05-04-01-Design-Patterns.md b/_posts/05-04-01-Design-Patterns.md index b5f9b4c..7385eac 100644 --- a/_posts/05-04-01-Design-Patterns.md +++ b/_posts/05-04-01-Design-Patterns.md @@ -16,4 +16,5 @@ then you have to find the patterns that best suit the type and size of applicati You can learn more about PHP design patterns and see working examples at: + [https://designpatternsphp.readthedocs.io/](https://web.archive.org/web/20221007015016/https://designpatternsphp.readthedocs.io/en/latest/README.html) (archived, [PDF download](https://www.computer-pdf.com/web-programming/php/924-tutorial-designpatternsphp-documentation.html))