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,11 +1,11 @@
`Bridge`_
=========
`Bridge`__
==========
Purpose
-------
Decouple an abstraction from its implementation so that the two can vary
independently. (http://en.wikipedia.org/wiki/Bridge\_pattern)
independently.
Sample:
^^^^^^^
@ -71,4 +71,4 @@ Tests/BridgeTest.php
:linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge
.. _`Bridge`: http://en.wikipedia.org/wiki/Bridge_pattern
.. __: http://en.wikipedia.org/wiki/Bridge_pattern