From b3eed1117d0caa1bf45d198d47f53292c9f26a0d Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Tue, 19 Jun 2018 14:12:15 -0400 Subject: [PATCH] Use external resource for Design Pattern examples --- _posts/05-04-01-Design-Patterns.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_posts/05-04-01-Design-Patterns.md b/_posts/05-04-01-Design-Patterns.md index 4131503..fb86e33 100644 --- a/_posts/05-04-01-Design-Patterns.md +++ b/_posts/05-04-01-Design-Patterns.md @@ -14,4 +14,6 @@ lot of the pattern decisions are made for you. But it is still up to you to pick code you build on top of the framework. If, on the other hand, you are not using a framework to build your application then you have to find the patterns that best suit the type and size of application that you're building. -* Continue reading on [Design Patterns](/pages/Design-Patterns.html) +You can learn more about PHP design patterns and see working examples at: + +