Fix links to the main branch

This commit is contained in:
Ana Carolina Lima Hamud
2020-06-20 11:27:02 -03:00
parent 6e1000f4db
commit 998da795dd
36 changed files with 36 additions and 36 deletions

View File

@@ -56,5 +56,5 @@ Tests/ChainTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/ChainOfResponsibilities .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/ChainOfResponsibilities
.. __: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern .. __: http://en.wikipedia.org/wiki/Chain_of_responsibility_pattern

View File

@@ -89,5 +89,5 @@ Tests/UndoableCommandTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Command .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Command
.. __: http://en.wikipedia.org/wiki/Command_pattern .. __: http://en.wikipedia.org/wiki/Command_pattern

View File

@@ -53,5 +53,5 @@ Tests/IteratorTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Iterator .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Iterator
.. __: http://en.wikipedia.org/wiki/Iterator_pattern .. __: http://en.wikipedia.org/wiki/Iterator_pattern

View File

@@ -63,5 +63,5 @@ Tests/MediatorTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Mediator .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Mediator
.. __: http://en.wikipedia.org/wiki/Mediator_pattern .. __: http://en.wikipedia.org/wiki/Mediator_pattern

View File

@@ -81,5 +81,5 @@ Tests/MementoTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Memento .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Memento
.. __: http://en.wikipedia.org/wiki/Memento_pattern .. __: http://en.wikipedia.org/wiki/Memento_pattern

View File

@@ -70,5 +70,5 @@ Tests/LoggerTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/NullObject .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/NullObject
.. __: http://en.wikipedia.org/wiki/Null_Object_pattern .. __: http://en.wikipedia.org/wiki/Null_Object_pattern

View File

@@ -54,5 +54,5 @@ Tests/ObserverTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Observer .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Observer
.. __: http://en.wikipedia.org/wiki/Observer_pattern .. __: http://en.wikipedia.org/wiki/Observer_pattern

View File

@@ -71,5 +71,5 @@ Tests/SpecificationTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Specification .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Specification
.. __: http://en.wikipedia.org/wiki/Specification_pattern .. __: http://en.wikipedia.org/wiki/Specification_pattern

View File

@@ -60,5 +60,5 @@ Tests/StateTest.php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/State .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/State
.. __: http://en.wikipedia.org/wiki/State_pattern .. __: http://en.wikipedia.org/wiki/State_pattern

View File

@@ -67,5 +67,5 @@ Tests/StrategyTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Strategy .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Strategy
.. __: http://en.wikipedia.org/wiki/Strategy_pattern .. __: http://en.wikipedia.org/wiki/Strategy_pattern

View File

@@ -60,5 +60,5 @@ Tests/JourneyTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/TemplateMethod .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/TemplateMethod
.. __: http://en.wikipedia.org/wiki/Template_method_pattern .. __: http://en.wikipedia.org/wiki/Template_method_pattern

View File

@@ -64,5 +64,5 @@ Tests/VisitorTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Behavioral/Visitor .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Behavioral/Visitor
.. __: http://en.wikipedia.org/wiki/Visitor_pattern .. __: http://en.wikipedia.org/wiki/Visitor_pattern

View File

@@ -84,5 +84,5 @@ Tests/AbstractFactoryTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/AbstractFactory .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/AbstractFactory
.. __: http://en.wikipedia.org/wiki/Abstract_factory_pattern .. __: http://en.wikipedia.org/wiki/Abstract_factory_pattern

View File

@@ -101,5 +101,5 @@ Tests/DirectorTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Builder .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/Builder
.. __: http://en.wikipedia.org/wiki/Builder_pattern .. __: http://en.wikipedia.org/wiki/Builder_pattern

View File

@@ -73,5 +73,5 @@ Tests/FactoryMethodTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/FactoryMethod .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/FactoryMethod
.. __: http://en.wikipedia.org/wiki/Factory_method_pattern .. __: http://en.wikipedia.org/wiki/Factory_method_pattern

View File

@@ -57,5 +57,5 @@ Tests/PoolTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Pool .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/Pool
.. __: http://en.wikipedia.org/wiki/Object_pool_pattern .. __: http://en.wikipedia.org/wiki/Object_pool_pattern

View File

@@ -52,5 +52,5 @@ Tests/PrototypeTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Prototype .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/Prototype
.. __: http://en.wikipedia.org/wiki/Prototype_pattern .. __: http://en.wikipedia.org/wiki/Prototype_pattern

View File

@@ -53,4 +53,4 @@ Tests/SimpleFactoryTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/SimpleFactory .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/SimpleFactory

View File

@@ -45,5 +45,5 @@ Tests/SingletonTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/Singleton .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/Singleton
.. __: http://en.wikipedia.org/wiki/Singleton_pattern .. __: http://en.wikipedia.org/wiki/Singleton_pattern

View File

@@ -55,4 +55,4 @@ Tests/StaticFactoryTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Creational/StaticFactory .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Creational/StaticFactory

View File

@@ -50,5 +50,5 @@ Tests/EAVTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/EAV .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/More/EAV
.. __: https://en.wikipedia.org/wiki/Entityattributevalue_model .. __: https://en.wikipedia.org/wiki/Entityattributevalue_model

View File

@@ -76,4 +76,4 @@ Tests/PostRepositoryTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/Repository .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/More/Repository

View File

@@ -60,5 +60,5 @@ Tests/ServiceLocatorTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/More/ServiceLocator .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/More/ServiceLocator
.. __: http://en.wikipedia.org/wiki/Service_locator_pattern .. __: http://en.wikipedia.org/wiki/Service_locator_pattern

View File

@@ -67,5 +67,5 @@ Tests/AdapterTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Adapter .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Adapter
.. __: http://en.wikipedia.org/wiki/Adapter_pattern .. __: http://en.wikipedia.org/wiki/Adapter_pattern

View File

@@ -64,5 +64,5 @@ Tests/BridgeTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Bridge .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Bridge
.. __: http://en.wikipedia.org/wiki/Bridge_pattern .. __: http://en.wikipedia.org/wiki/Bridge_pattern

View File

@@ -59,5 +59,5 @@ Tests/CompositeTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Composite .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Composite
.. __: http://en.wikipedia.org/wiki/Composite_pattern .. __: http://en.wikipedia.org/wiki/Composite_pattern

View File

@@ -62,5 +62,5 @@ Tests/DataMapperTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DataMapper .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/DataMapper
.. __: http://en.wikipedia.org/wiki/Data_mapper_pattern .. __: http://en.wikipedia.org/wiki/Data_mapper_pattern

View File

@@ -63,5 +63,5 @@ Tests/DecoratorTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Decorator .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Decorator
.. __: http://en.wikipedia.org/wiki/Decorator_pattern .. __: http://en.wikipedia.org/wiki/Decorator_pattern

View File

@@ -59,5 +59,5 @@ Tests/DependencyInjectionTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/DependencyInjection .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/DependencyInjection
.. __: http://en.wikipedia.org/wiki/Dependency_injection .. __: http://en.wikipedia.org/wiki/Dependency_injection

View File

@@ -62,5 +62,5 @@ Tests/FacadeTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Facade .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Facade
.. __: http://en.wikipedia.org/wiki/Facade_pattern .. __: http://en.wikipedia.org/wiki/Facade_pattern

View File

@@ -41,5 +41,5 @@ Tests/FluentInterfaceTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/FluentInterface .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/FluentInterface
.. __: http://en.wikipedia.org/wiki/Fluent_interface .. __: http://en.wikipedia.org/wiki/Fluent_interface

View File

@@ -53,5 +53,5 @@ Tests/FlyweightTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Flyweight .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Flyweight
.. __: https://en.wikipedia.org/wiki/Flyweight_pattern .. __: https://en.wikipedia.org/wiki/Flyweight_pattern

View File

@@ -52,5 +52,5 @@ ProxyTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Proxy .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Proxy
.. __: http://en.wikipedia.org/wiki/Proxy_pattern .. __: http://en.wikipedia.org/wiki/Proxy_pattern

View File

@@ -42,5 +42,5 @@ Tests/RegistryTest.php
:language: php :language: php
:linenos: :linenos:
.. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural/Registry .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/main/Structural/Registry
.. __: http://en.wikipedia.org/wiki/Service_locator_pattern .. __: http://en.wikipedia.org/wiki/Service_locator_pattern

View File

@@ -61,7 +61,7 @@ msgid ""
msgstr "" msgstr ""
"Bu desenle somut sınıfların ayrışımı kolaylaşır ve kod bünyesindeki kopyala-yapıştır " "Bu desenle somut sınıfların ayrışımı kolaylaşır ve kod bünyesindeki kopyala-yapıştır "
"işlemi azalır. Bu yüzden bu desenle her yerde karşılaşabilirsiniz (örn. " "işlemi azalır. Bu yüzden bu desenle her yerde karşılaşabilirsiniz (örn. "
"`Oppa\Agent\AgentCrud <https://github.com/k-gun/oppa/blob/master/src/Agent/AgentCrud.php>`__))." "`Oppa\Agent\AgentCrud <https://github.com/k-gun/oppa/blob/main/src/Agent/AgentCrud.php>`__))."
#: ../../Behavioral/TemplateMethod/README.rst:24 #: ../../Behavioral/TemplateMethod/README.rst:24
msgid "UML Diagram" msgid "UML Diagram"

View File

@@ -39,7 +39,7 @@ msgstr "Örnekler"
msgid "DB Client libraries adapter" msgid "DB Client libraries adapter"
msgstr "" msgstr ""
"Veritabanı İstemcisi (Database Client) kütüphaneleri içindeki uyarlayıcılar (örn. " "Veritabanı İstemcisi (Database Client) kütüphaneleri içindeki uyarlayıcılar (örn. "
"`Oppa\Agent\Agent <https://github.com/k-gun/oppa/blob/master/src/Agent/Agent.php>`__)." "`Oppa\Agent\Agent <https://github.com/k-gun/oppa/blob/main/src/Agent/Agent.php>`__)."
#: ../../Structural/Adapter/README.rst:16 #: ../../Structural/Adapter/README.rst:16
msgid "" msgid ""