mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-09 00:16:32 +02:00
fix wikipedia links for pdf version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Chain Of Responsibilities |Wikipedia|_
|
||||
======================================
|
||||
`Chain Of Responsibilities`_
|
||||
============================
|
||||
|
||||
Purpose:
|
||||
--------
|
||||
@@ -67,7 +67,4 @@ Tests/ChainTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/ChainOfResponsibilities
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
|
||||
.. _`Chain Of Responsibilities`: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern
|
@@ -1,5 +1,5 @@
|
||||
Command |Wikipedia|_
|
||||
====================
|
||||
`Command`_
|
||||
==========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -74,7 +74,4 @@ Tests/CommandTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Command_pattern
|
||||
.. _`Command`: http://en.wikipedia.org/wiki/Command_pattern
|
@@ -1,5 +1,5 @@
|
||||
Iterator |Wikipedia|_
|
||||
=====================
|
||||
`Iterator`_
|
||||
===========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -67,7 +67,4 @@ Tests/IteratorTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Iterator
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Iterator_pattern
|
||||
.. _`Iterator`: http://en.wikipedia.org/wiki/Iterator_pattern
|
@@ -1,5 +1,5 @@
|
||||
Mediator |Wikipedia|_
|
||||
=====================
|
||||
`Mediator`_
|
||||
===========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -70,7 +70,4 @@ Tests/MediatorTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Mediator_pattern
|
||||
.. _`Mediator`: http://en.wikipedia.org/wiki/Mediator_pattern
|
@@ -1,5 +1,5 @@
|
||||
Memento |Wikipedia|_
|
||||
====================
|
||||
`Memento`_
|
||||
==========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -65,7 +65,4 @@ Tests/MementoTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Memento_pattern
|
||||
.. _`Memento`: http://en.wikipedia.org/wiki/Memento_pattern
|
@@ -1,5 +1,5 @@
|
||||
Null Object |Wikipedia|_
|
||||
========================
|
||||
`Null Object`_
|
||||
==============
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -72,7 +72,4 @@ Tests/LoggerTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/NullObject
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Null_Object_pattern
|
||||
.. _`Null Object`: http://en.wikipedia.org/wiki/Null_Object_pattern
|
@@ -1,5 +1,5 @@
|
||||
Observer |Wikipedia|_
|
||||
=====================
|
||||
`Observer`_
|
||||
===========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -55,7 +55,4 @@ Tests/ObserverTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Observer_pattern
|
||||
.. _`Observer`: http://en.wikipedia.org/wiki/Observer_pattern
|
@@ -1,5 +1,5 @@
|
||||
Specification |Wikipedia|_
|
||||
==========================
|
||||
`Specification`_
|
||||
================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -73,7 +73,4 @@ Tests/SpecificationTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Specification_pattern
|
||||
.. _`Specification`: http://en.wikipedia.org/wiki/Specification_pattern
|
@@ -1,5 +1,5 @@
|
||||
State |Wikipedia|_
|
||||
==================
|
||||
`State`_
|
||||
========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -54,7 +54,4 @@ Test
|
||||
----
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/State
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/State_pattern
|
||||
.. _`State`: http://en.wikipedia.org/wiki/State_pattern
|
@@ -1,5 +1,5 @@
|
||||
Strategy |Wikipedia|_
|
||||
=====================
|
||||
`Strategy`_
|
||||
===========
|
||||
|
||||
Terminology:
|
||||
------------
|
||||
@@ -68,7 +68,4 @@ Tests/StrategyTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Strategy
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Strategy_pattern
|
||||
.. _`Strategy`: http://en.wikipedia.org/wiki/Strategy_pattern
|
@@ -1,5 +1,5 @@
|
||||
Template Method |Wikipedia|_
|
||||
============================
|
||||
`Template Method`_
|
||||
==================
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -61,7 +61,4 @@ Tests/JourneyTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/TemplateMethod
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Template_method_pattern
|
||||
.. _`Template Method`: http://en.wikipedia.org/wiki/Template_method_pattern
|
@@ -1,5 +1,5 @@
|
||||
Visitor |Wikipedia|_
|
||||
====================
|
||||
`Visitor`_
|
||||
==========
|
||||
|
||||
Purpose
|
||||
-------
|
||||
@@ -65,7 +65,4 @@ Tests/VisitorTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor
|
||||
.. |Wikipedia| image:: /_static/Wikipedia-logo.png
|
||||
:height: 30 px
|
||||
:width: 30 px
|
||||
.. _Wikipedia: http://en.wikipedia.org/wiki/Visitor_pattern
|
||||
.. _`Visitor`: http://en.wikipedia.org/wiki/Visitor_pattern
|
Reference in New Issue
Block a user