Skip to content

Commit 326da7c

Browse files
committed
fix link in behavioral readme file.
1 parent ac30d38 commit 326da7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Behavioral/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ communication.
99
* [Command](Command) [:notebook:](http://en.wikipedia.org/wiki/Command_pattern)
1010
* [Iterator](Iterator) [:notebook:](http://en.wikipedia.org/wiki/Iterator_pattern)
1111
* [Mediator](Mediator) [:notebook:](http://en.wikipedia.org/wiki/Mediator_pattern)
12-
* [Memento](Behavioral/Memento) [:notebook:](http://en.wikipedia.org/wiki/Memento_pattern)
12+
* [Memento](Memento) [:notebook:](http://en.wikipedia.org/wiki/Memento_pattern)
1313
* [NullObject](NullObject) [:notebook:](http://en.wikipedia.org/wiki/Null_Object_pattern)
1414
* [Observer](Observer) [:notebook:](http://en.wikipedia.org/wiki/Observer_pattern)
1515
* [Specification](Specification) [:notebook:](http://en.wikipedia.org/wiki/Specification_pattern)

0 commit comments

Comments
 (0)