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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

0 commit comments

Comments
 (0)