use Anonymous Hyperlinks for wikipedia link

This commit is contained in:
Faust
2015-05-29 12:11:16 +02:00
parent d266e1a42b
commit fa36638e88
30 changed files with 91 additions and 92 deletions

View File

@@ -1,5 +1,5 @@
`Abstract Factory`_
===================
`Abstract Factory`__
====================
Purpose
-------
@@ -91,4 +91,4 @@ Tests/AbstractFactoryTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory
.. _`Abstract Factory`: http://en.wikipedia.org/wiki/Abstract_factory_pattern
.. __: http://en.wikipedia.org/wiki/Abstract_factory_pattern

View File

@@ -1,5 +1,5 @@
`Builder`_
==========
`Builder`__
===========
Purpose
-------
@@ -102,4 +102,4 @@ Tests/DirectorTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder
.. _`Builder`: http://en.wikipedia.org/wiki/Builder_pattern
.. __: http://en.wikipedia.org/wiki/Builder_pattern

View File

@@ -1,5 +1,5 @@
`Factory Method`_
=================
`Factory Method`__
==================
Purpose
-------
@@ -80,4 +80,4 @@ Tests/FactoryMethodTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod
.. _`Factory Method`: http://en.wikipedia.org/wiki/Factory_method_pattern
.. __: http://en.wikipedia.org/wiki/Factory_method_pattern

View File

@@ -1,5 +1,5 @@
`Pool`_
=======
`Pool`__
========
The **object pool pattern** is a software creational design pattern that
uses a set of initialized objects kept ready to use a "pool" rather
@@ -67,4 +67,4 @@ Tests/TestWorker.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
.. _`Pool`: http://en.wikipedia.org/wiki/Object_pool_pattern
.. __: http://en.wikipedia.org/wiki/Object_pool_pattern

View File

@@ -1,5 +1,5 @@
`Prototype`_
============
`Prototype`__
=============
Purpose
-------
@@ -53,4 +53,4 @@ Test
----
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
.. _`Prototype`: http://en.wikipedia.org/wiki/Prototype_pattern
.. __: http://en.wikipedia.org/wiki/Prototype_pattern

View File

@@ -1,5 +1,5 @@
`Singleton`_
============
`Singleton`__
=============
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
MAINTAINABILITY USE DEPENDENCY INJECTION!**
@@ -47,4 +47,4 @@ Tests/SingletonTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
.. _`Singleton`: http://en.wikipedia.org/wiki/Singleton_pattern
.. __: http://en.wikipedia.org/wiki/Singleton_pattern