fixed links

This commit is contained in:
tylerlaberge
2016-09-16 20:29:58 -04:00
committed by GitHub
parent 405737edf5
commit c1ea2a8438

View File

@@ -17,30 +17,30 @@ ___
### Contents
___
* [Installation](https://github.com/tylerlaberge/PyPattyrn/readme#installation)
* [Examples](https://github.com/tylerlaberge/PyPattyrn/readme#examples)
* [Behavioral Patterns](https://github.com/tylerlaberge/PyPattyrn/readme#behavioral-patterns)
* [Chain of Responsibility](https://github.com/tylerlaberge/PyPattyrn/readme#chain-of-responsibility-pattern)
* [Command](https://github.com/tylerlaberge/PyPattyrn/readme#command-pattern)
* [Iterator](https://github.com/tylerlaberge/PyPattyrn/readme#iterator-pattern)
* [Mediator](https://github.com/tylerlaberge/PyPattyrn/readme#mediator-pattern)
* [Memento](https://github.com/tylerlaberge/PyPattyrn/readme#memento-pattern)
* [Null Object](https://github.com/tylerlaberge/PyPattyrn/readme#null-object-pattern)
* [Observer](https://github.com/tylerlaberge/PyPattyrn/readme#observer-pattern)
* [Visitor](https://github.com/tylerlaberge/PyPattyrn/readme#visitor-pattern)
* [Creational Patterns](https://github.com/tylerlaberge/PyPattyrn/readme#creational-patterns)
* [Builder](https://github.com/tylerlaberge/PyPattyrn/readme#builder-pattern)
* [Factory](https://github.com/tylerlaberge/PyPattyrn/readme#factory-pattern)
* [Abstract Factory](https://github.com/tylerlaberge/PyPattyrn/readme#abstract-factory-pattern)
* [Object Pool](https://github.com/tylerlaberge/PyPattyrn/readme#object-pool-pattern)
* [Prototype](https://github.com/tylerlaberge/PyPattyrn/readme#prototype-pattern)
* [Singleton](https://github.com/tylerlaberge/PyPattyrn/readme#singleton-pattern)
* [Structural Patterns](https://github.com/tylerlaberge/PyPattyrn/readme#structural-patterns)
* [Adapter](https://github.com/tylerlaberge/PyPattyrn/readme#adapter-pattern)
* [Composite](https://github.com/tylerlaberge/PyPattyrn/readme#composite-pattern)
* [Decorator](https://github.com/tylerlaberge/PyPattyrn/readme#decorator-pattern)
* [Flyweight](https://github.com/tylerlaberge/PyPattyrn/readme#flyweight-pattern)
* [Resources](https://github.com/tylerlaberge/PyPattyrn/readme#resources)
* [Installation](https://github.com/tylerlaberge/PyPattyrn#installation)
* [Examples](https://github.com/tylerlaberge/PyPattyrn#examples)
* [Behavioral Patterns](https://github.com/tylerlaberge/PyPattyrn#behavioral-patterns)
* [Chain of Responsibility](https://github.com/tylerlaberge/PyPattyrn#chain-of-responsibility-pattern)
* [Command](https://github.com/tylerlaberge/PyPattyrn#command-pattern)
* [Iterator](https://github.com/tylerlaberge/PyPattyrn#iterator-pattern)
* [Mediator](https://github.com/tylerlaberge/PyPattyrn#mediator-pattern)
* [Memento](https://github.com/tylerlaberge/PyPattyrn#memento-pattern)
* [Null Object](https://github.com/tylerlaberge/PyPattyrn#null-object-pattern)
* [Observer](https://github.com/tylerlaberge/PyPattyrn#observer-pattern)
* [Visitor](https://github.com/tylerlaberge/PyPattyrn#visitor-pattern)
* [Creational Patterns](https://github.com/tylerlaberge/PyPattyrn#creational-patterns)
* [Builder](https://github.com/tylerlaberge/PyPattyrn#builder-pattern)
* [Factory](https://github.com/tylerlaberge/PyPattyrn#factory-pattern)
* [Abstract Factory](https://github.com/tylerlaberge/PyPattyrn#abstract-factory-pattern)
* [Object Pool](https://github.com/tylerlaberge/PyPattyrn#object-pool-pattern)
* [Prototype](https://github.com/tylerlaberge/PyPattyrn#prototype-pattern)
* [Singleton](https://github.com/tylerlaberge/PyPattyrn#singleton-pattern)
* [Structural Patterns](https://github.com/tylerlaberge/PyPattyrn#structural-patterns)
* [Adapter](https://github.com/tylerlaberge/PyPattyrn#adapter-pattern)
* [Composite](https://github.com/tylerlaberge/PyPattyrn#composite-pattern)
* [Decorator](https://github.com/tylerlaberge/PyPattyrn#decorator-pattern)
* [Flyweight](https://github.com/tylerlaberge/PyPattyrn#flyweight-pattern)
* [Resources](https://github.com/tylerlaberge/PyPattyrn#resources)
___
### Installation