Skip to content

Commit fa36638

Browse files
committed
use Anonymous Hyperlinks for wikipedia link
1 parent d266e1a commit fa36638

File tree

30 files changed

+91
-92
lines changed

30 files changed

+91
-92
lines changed

Behavioral/ChainOfResponsibilities/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Chain Of Responsibilities`_
2-
============================
1+
`Chain Of Responsibilities`__
2+
=============================
33

44
Purpose:
55
--------
@@ -67,4 +67,4 @@ Tests/ChainTest.php
6767
:linenos:
6868

6969
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/ChainOfResponsibilities
70-
.. _`Chain Of Responsibilities`: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
70+
.. __: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern

Behavioral/Command/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Command`_
2-
==========
1+
`Command`__
2+
===========
33

44
Purpose
55
-------
@@ -74,4 +74,4 @@ Tests/CommandTest.php
7474
:linenos:
7575

7676
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command
77-
.. _`Command`: http://en.wikipedia.org/wiki/Command_pattern
77+
.. __: http://en.wikipedia.org/wiki/Command_pattern

Behavioral/Iterator/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Iterator`_
2-
===========
1+
`Iterator`__
2+
============
33

44
Purpose
55
-------
@@ -67,4 +67,4 @@ Tests/IteratorTest.php
6767
:linenos:
6868

6969
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Iterator
70-
.. _`Iterator`: http://en.wikipedia.org/wiki/Iterator_pattern
70+
.. __: http://en.wikipedia.org/wiki/Iterator_pattern

Behavioral/Mediator/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Mediator`_
2-
===========
1+
`Mediator`__
2+
============
33

44
Purpose
55
-------
@@ -70,4 +70,4 @@ Tests/MediatorTest.php
7070
:linenos:
7171

7272
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
73-
.. _`Mediator`: http://en.wikipedia.org/wiki/Mediator_pattern
73+
.. __: http://en.wikipedia.org/wiki/Mediator_pattern

Behavioral/Memento/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Memento`_
2-
==========
1+
`Memento`__
2+
===========
33

44
Purpose
55
-------
@@ -65,4 +65,4 @@ Tests/MementoTest.php
6565
:linenos:
6666

6767
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento
68-
.. _`Memento`: http://en.wikipedia.org/wiki/Memento_pattern
68+
.. __: http://en.wikipedia.org/wiki/Memento_pattern

Behavioral/NullObject/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Null Object`_
2-
==============
1+
`Null Object`__
2+
===============
33

44
Purpose
55
-------
@@ -72,4 +72,4 @@ Tests/LoggerTest.php
7272
:linenos:
7373

7474
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/NullObject
75-
.. _`Null Object`: http://en.wikipedia.org/wiki/Null_Object_pattern
75+
.. __: http://en.wikipedia.org/wiki/Null_Object_pattern

Behavioral/Observer/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Observer`_
2-
===========
1+
`Observer`__
2+
============
33

44
Purpose
55
-------
@@ -55,4 +55,4 @@ Tests/ObserverTest.php
5555
:linenos:
5656

5757
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
58-
.. _`Observer`: http://en.wikipedia.org/wiki/Observer_pattern
58+
.. __: http://en.wikipedia.org/wiki/Observer_pattern

Behavioral/Specification/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Specification`_
2-
================
1+
`Specification`__
2+
=================
33

44
Purpose
55
-------
@@ -78,4 +78,4 @@ Tests/SpecificationTest.php
7878
:linenos:
7979

8080
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification
81-
.. _`Specification`: http://en.wikipedia.org/wiki/Specification_pattern
81+
.. __: http://en.wikipedia.org/wiki/Specification_pattern

Behavioral/State/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`State`_
2-
========
1+
`State`__
2+
=========
33

44
Purpose
55
-------
@@ -54,4 +54,4 @@ Test
5454
----
5555

5656
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/State
57-
.. _`State`: http://en.wikipedia.org/wiki/State_pattern
57+
.. __: http://en.wikipedia.org/wiki/State_pattern

Behavioral/Strategy/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Strategy`_
2-
===========
1+
`Strategy`__
2+
============
33

44
Terminology:
55
------------
@@ -68,4 +68,4 @@ Tests/StrategyTest.php
6868
:linenos:
6969

7070
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Strategy
71-
.. _`Strategy`: http://en.wikipedia.org/wiki/Strategy_pattern
71+
.. __: http://en.wikipedia.org/wiki/Strategy_pattern

Behavioral/TemplateMethod/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Template Method`_
2-
==================
1+
`Template Method`__
2+
===================
33

44
Purpose
55
-------
@@ -61,4 +61,4 @@ Tests/JourneyTest.php
6161
:linenos:
6262

6363
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/TemplateMethod
64-
.. _`Template Method`: http://en.wikipedia.org/wiki/Template_method_pattern
64+
.. __: http://en.wikipedia.org/wiki/Template_method_pattern

Behavioral/Visitor/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Visitor`_
2-
==========
1+
`Visitor`__
2+
===========
33

44
Purpose
55
-------
@@ -65,4 +65,4 @@ Tests/VisitorTest.php
6565
:linenos:
6666

6767
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor
68-
.. _`Visitor`: http://en.wikipedia.org/wiki/Visitor_pattern
68+
.. __: http://en.wikipedia.org/wiki/Visitor_pattern

Creational/AbstractFactory/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Abstract Factory`_
2-
===================
1+
`Abstract Factory`__
2+
====================
33

44
Purpose
55
-------
@@ -91,4 +91,4 @@ Tests/AbstractFactoryTest.php
9191
:linenos:
9292

9393
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory
94-
.. _`Abstract Factory`: http://en.wikipedia.org/wiki/Abstract_factory_pattern
94+
.. __: http://en.wikipedia.org/wiki/Abstract_factory_pattern

Creational/Builder/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Builder`_
2-
==========
1+
`Builder`__
2+
===========
33

44
Purpose
55
-------
@@ -102,4 +102,4 @@ Tests/DirectorTest.php
102102
:linenos:
103103

104104
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder
105-
.. _`Builder`: http://en.wikipedia.org/wiki/Builder_pattern
105+
.. __: http://en.wikipedia.org/wiki/Builder_pattern

Creational/FactoryMethod/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Factory Method`_
2-
=================
1+
`Factory Method`__
2+
==================
33

44
Purpose
55
-------
@@ -80,4 +80,4 @@ Tests/FactoryMethodTest.php
8080
:linenos:
8181

8282
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod
83-
.. _`Factory Method`: http://en.wikipedia.org/wiki/Factory_method_pattern
83+
.. __: http://en.wikipedia.org/wiki/Factory_method_pattern

Creational/Pool/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Pool`_
2-
=======
1+
`Pool`__
2+
========
33

44
The **object pool pattern** is a software creational design pattern that
55
uses a set of initialized objects kept ready to use – a "pool" – rather
@@ -67,4 +67,4 @@ Tests/TestWorker.php
6767
:linenos:
6868

6969
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool
70-
.. _`Pool`: http://en.wikipedia.org/wiki/Object_pool_pattern
70+
.. __: http://en.wikipedia.org/wiki/Object_pool_pattern

Creational/Prototype/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Prototype`_
2-
============
1+
`Prototype`__
2+
=============
33

44
Purpose
55
-------
@@ -53,4 +53,4 @@ Test
5353
----
5454

5555
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype
56-
.. _`Prototype`: http://en.wikipedia.org/wiki/Prototype_pattern
56+
.. __: http://en.wikipedia.org/wiki/Prototype_pattern

Creational/Singleton/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Singleton`_
2-
============
1+
`Singleton`__
2+
=============
33

44
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
55
MAINTAINABILITY USE DEPENDENCY INJECTION!**
@@ -47,4 +47,4 @@ Tests/SingletonTest.php
4747
:linenos:
4848

4949
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
50-
.. _`Singleton`: http://en.wikipedia.org/wiki/Singleton_pattern
50+
.. __: http://en.wikipedia.org/wiki/Singleton_pattern

More/Delegation/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Delegation`_
2-
=============
1+
`Delegation`__
2+
==============
33

44
Purpose
55
-------
@@ -51,4 +51,4 @@ Tests/DelegationTest.php
5151
:linenos:
5252

5353
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/Delegation
54-
.. _`Delegation`: http://en.wikipedia.org/wiki/Delegation_pattern
54+
.. __: http://en.wikipedia.org/wiki/Delegation_pattern

More/ServiceLocator/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Service Locator`_
2-
==================
1+
`Service Locator`__
2+
===================
33

44
Purpose
55
-------
@@ -81,4 +81,4 @@ Tests/ServiceLocatorTest.php
8181
:linenos:
8282

8383
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/ServiceLocator
84-
.. _`Service Locator`: http://en.wikipedia.org/wiki/Service_locator_pattern
84+
.. __: http://en.wikipedia.org/wiki/Service_locator_pattern

Structural/Adapter/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Adapter / Wrapper`_
2-
====================
1+
`Adapter / Wrapper`__
2+
=====================
33

44
Purpose
55
-------
@@ -68,4 +68,4 @@ Tests/AdapterTest.php
6868
:linenos:
6969

7070
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter
71-
.. _`Adapter / Wrapper`: http://en.wikipedia.org/wiki/Adapter_pattern
71+
.. __: http://en.wikipedia.org/wiki/Adapter_pattern

Structural/Bridge/README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
`Bridge`_
2-
=========
1+
`Bridge`__
2+
==========
33

44
Purpose
55
-------
66

77
Decouple an abstraction from its implementation so that the two can vary
8-
independently. (http://en.wikipedia.org/wiki/Bridge\_pattern)
8+
independently.
99

1010
Sample:
1111
^^^^^^^
@@ -71,4 +71,4 @@ Tests/BridgeTest.php
7171
:linenos:
7272

7373
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge
74-
.. _`Bridge`: http://en.wikipedia.org/wiki/Bridge_pattern
74+
.. __: http://en.wikipedia.org/wiki/Bridge_pattern

Structural/Composite/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Composite`_
2-
============
1+
`Composite`__
2+
=============
33

44
Purpose
55
-------
@@ -62,4 +62,4 @@ Tests/CompositeTest.php
6262
:linenos:
6363

6464
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Composite
65-
.. _`Composite`: http://en.wikipedia.org/wiki/Composite_pattern
65+
.. __: http://en.wikipedia.org/wiki/Composite_pattern

Structural/DataMapper/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Data Mapper`_
2-
==============
1+
`Data Mapper`__
2+
===============
33

44
Purpose
55
-------
@@ -57,4 +57,4 @@ Tests/DataMapperTest.php
5757
:linenos:
5858

5959
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DataMapper
60-
.. _`Data Mapper`: http://en.wikipedia.org/wiki/Data_mapper_pattern
60+
.. __: http://en.wikipedia.org/wiki/Data_mapper_pattern

Structural/Decorator/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Decorator`_
2-
============
1+
`Decorator`__
2+
=============
33

44
Purpose
55
-------
@@ -65,4 +65,4 @@ Tests/DecoratorTest.php
6565
:linenos:
6666

6767
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Decorator
68-
.. _`Decorator`: http://en.wikipedia.org/wiki/Decorator_pattern
68+
.. __: http://en.wikipedia.org/wiki/Decorator_pattern

Structural/DependencyInjection/README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Dependency Injection`_
2-
=======================
1+
`Dependency Injection`__
2+
========================
33

44
Purpose
55
-------
@@ -85,4 +85,4 @@ Tests/config.php
8585
:linenos:
8686

8787
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DependencyInjection
88-
.. _`Dependency Injection`: http://en.wikipedia.org/wiki/Dependency_injection
88+
.. __: http://en.wikipedia.org/wiki/Dependency_injection

0 commit comments

Comments
 (0)