mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-28 12:14:08 +02:00
use Anonymous Hyperlinks for wikipedia link
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user