We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsc597d89 +a9ec415 commitd24be57Copy full SHA for d24be57
README.md
@@ -41,7 +41,7 @@ The patterns can be structured in roughly three different categories. Please cli
41
*[Command](Behavioral/Command)[:notebook:](http://en.wikipedia.org/wiki/Command_pattern)
42
*[Iterator](Behavioral/Iterator)[:notebook:](http://en.wikipedia.org/wiki/Iterator_pattern)
43
*[Mediator](Behavioral/Mediator)[:notebook:](http://en.wikipedia.org/wiki/Mediator_pattern)
44
-*[Memento](Memento)[:notebook:](http://en.wikipedia.org/wiki/Memento_pattern)
+*[Memento](Behavioral/Memento)[:notebook:](http://en.wikipedia.org/wiki/Memento_pattern)
45
*[NullObject](Behavioral/NullObject)[:notebook:](http://en.wikipedia.org/wiki/Null_Object_pattern)
46
*[Observer](Behavioral/Observer)[:notebook:](http://en.wikipedia.org/wiki/Observer_pattern)
47
*[Specification](Behavioral/Specification)[:notebook:](http://en.wikipedia.org/wiki/Specification_pattern)