Merge pull request #688 from ericpoe/patterns-readTheDocs

Link to easy-to-read Read The Docs version rather than github repo
This commit is contained in:
Phil Sturgeon
2016-10-06 12:40:05 -04:00
committed by GitHub

View File

@@ -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) * [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern)
* [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_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 ## Factory