From ccdbf97a4af2932f3f3510d33e07f8bcf47ca19e Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Wed, 5 Oct 2016 23:00:15 -0500 Subject: [PATCH] Link to easy-to-read Read The Docs version rather than github repo The Read The Docs version is a nicely formatted version of the github version. It pulls directly from github, so it is just as up-to-date, but has nicer formatting. --- pages/Design-Patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Design-Patterns.md b/pages/Design-Patterns.md index 2693ca3..0888d56 100644 --- a/pages/Design-Patterns.md +++ b/pages/Design-Patterns.md @@ -11,7 +11,7 @@ make your code easier to manage and easier for others to understand. * [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern) * [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern) -* [Collection of implementation examples](https://github.com/domnikl/DesignPatternsPHP) +* [Collection of implementation examples](http://designpatternsphp.readthedocs.io/en/latest/) ## Factory