mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
use Anonymous Hyperlinks for wikipedia link
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
`Singleton`_
|
||||
============
|
||||
`Singleton`__
|
||||
=============
|
||||
|
||||
**THIS IS CONSIDERED TO BE AN ANTI-PATTERN! FOR BETTER TESTABILITY AND
|
||||
MAINTAINABILITY USE DEPENDENCY INJECTION!**
|
||||
@@ -47,4 +47,4 @@ Tests/SingletonTest.php
|
||||
:linenos:
|
||||
|
||||
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton
|
||||
.. _`Singleton`: http://en.wikipedia.org/wiki/Singleton_pattern
|
||||
.. __: http://en.wikipedia.org/wiki/Singleton_pattern
|
||||
|
Reference in New Issue
Block a user