diff --git a/book/forms.rst b/book/forms.rst index 51d6d349257..a51b0e3e8d3 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -1953,7 +1953,7 @@ Learn more from the Cookbook * :doc:`/cookbook/security/csrf_in_login_form` * :doc:`/cookbook/cache/form_csrf_caching` -.. _`Symfony Form component`: https://github.com/symfony/Form +.. _`Symfony Form component`: https://github.com/symfony/form .. _`DateTime`: http://php.net/manual/en/class.datetime.php .. _`Twig Bridge`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/Twig .. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig diff --git a/book/from_flat_php_to_symfony2.rst b/book/from_flat_php_to_symfony2.rst index 96c635a884f..2ee49fc7851 100644 --- a/book/from_flat_php_to_symfony2.rst +++ b/book/from_flat_php_to_symfony2.rst @@ -757,8 +757,8 @@ Learn more from the Cookbook .. _`Doctrine`: http://www.doctrine-project.org .. _`download Composer`: https://getcomposer.org/download/ -.. _`Routing`: https://github.com/symfony/Routing -.. _`Templating`: https://github.com/symfony/Templating +.. _`Routing`: https://github.com/symfony/routing +.. _`Templating`: https://github.com/symfony/templating .. _`KnpBundles.com`: http://knpbundles.com/ .. _`Twig`: http://twig.sensiolabs.org .. _`Varnish`: https://www.varnish-cache.org/ diff --git a/book/http_fundamentals.rst b/book/http_fundamentals.rst index 5a8277443aa..c55b395042a 100644 --- a/book/http_fundamentals.rst +++ b/book/http_fundamentals.rst @@ -579,5 +579,5 @@ sensible defaults. For more advanced users, the sky is the limit. .. _`List of HTTP status codes`: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes .. _`List of HTTP header fields`: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields .. _`List of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml -.. _`Validator`: https://github.com/symfony/Validator +.. _`Validator`: https://github.com/symfony/validator .. _`Swift Mailer`: http://swiftmailer.org/ diff --git a/book/validation.rst b/book/validation.rst index 4df087566e1..151b1b5420f 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -1300,5 +1300,5 @@ Learn more from the Cookbook * :doc:`/cookbook/validation/custom_constraint` -.. _Validator: https://github.com/symfony/Validator +.. _Validator: https://github.com/symfony/validator .. _JSR303 Bean Validation specification: http://jcp.org/en/jsr/detail?id=303 diff --git a/components/asset/introduction.rst b/components/asset/introduction.rst index 40b51bf900e..9c72f9342d5 100644 --- a/components/asset/introduction.rst +++ b/components/asset/introduction.rst @@ -45,7 +45,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer ` (``symfony/asset`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Asset). +* Use the official Git repository (https://github.com/symfony/asset). Usage ----- diff --git a/components/class_loader/introduction.rst b/components/class_loader/introduction.rst index f73cd271b9b..0c9ae90402b 100644 --- a/components/class_loader/introduction.rst +++ b/components/class_loader/introduction.rst @@ -40,7 +40,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/class-loader`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/ClassLoader). +* Use the official Git repository (https://github.com/symfony/class-loader). .. include:: /components/require_autoload.rst.inc diff --git a/components/config/introduction.rst b/components/config/introduction.rst index 154cca424b8..89077ac5916 100644 --- a/components/config/introduction.rst +++ b/components/config/introduction.rst @@ -16,7 +16,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/config`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Config). +* Use the official Git repository (https://github.com/symfony/config). .. include:: /components/require_autoload.rst.inc diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 62e8cf3e938..bc42656ecf9 100644 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -18,7 +18,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Console). +* Use the official Git repository (https://github.com/symfony/console). .. include:: /components/require_autoload.rst.inc diff --git a/components/css_selector.rst b/components/css_selector.rst index cbb2e133044..3935f3c85ee 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -13,7 +13,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/CssSelector). +* Use the official Git repository (https://github.com/symfony/css-selector). .. include:: /components/require_autoload.rst.inc diff --git a/components/debug/introduction.rst b/components/debug/introduction.rst index f65bd877a8b..0497718e860 100644 --- a/components/debug/introduction.rst +++ b/components/debug/introduction.rst @@ -17,7 +17,7 @@ Installation You can install the component in many different ways: * :doc:`Install it via Composer ` (``symfony/debug`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Debug). +* Use the official Git repository (https://github.com/symfony/debug). .. include:: /components/require_autoload.rst.inc diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index f972a5b3578..24f359cb884 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -18,7 +18,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/dependency-injection`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/DependencyInjection). +* Use the official Git repository (https://github.com/symfony/dependency-injection). .. include:: /components/require_autoload.rst.inc diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index 6baa064b87a..bea54cfe4e6 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -18,7 +18,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/DomCrawler). +* Use the official Git repository (https://github.com/symfony/dom-crawler). .. include:: /components/require_autoload.rst.inc diff --git a/components/event_dispatcher/introduction.rst b/components/event_dispatcher/introduction.rst index 902e71d3d87..8a8654c8901 100644 --- a/components/event_dispatcher/introduction.rst +++ b/components/event_dispatcher/introduction.rst @@ -56,7 +56,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/event-dispatcher`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/EventDispatcher). +* Use the official Git repository (https://github.com/symfony/event-dispatcher). .. include:: /components/require_autoload.rst.inc diff --git a/components/expression_language/caching.rst b/components/expression_language/caching.rst index 9c60ecc67bf..b06176a0375 100644 --- a/components/expression_language/caching.rst +++ b/components/expression_language/caching.rst @@ -70,5 +70,5 @@ Both ``evaluate()`` and ``compile()`` can handle ``ParsedExpression`` and var_dump($language->evaluate($expression)); // prints 5 -.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge +.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge .. _`doctrine cache library`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html diff --git a/components/filesystem/introduction.rst b/components/filesystem/introduction.rst index 7e872390df5..eab50f7e6cd 100644 --- a/components/filesystem/introduction.rst +++ b/components/filesystem/introduction.rst @@ -17,7 +17,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Filesystem). +* Use the official Git repository (https://github.com/symfony/filesystem). .. include:: /components/require_autoload.rst.inc diff --git a/components/finder.rst b/components/finder.rst index 09babd0809c..8f587d050c2 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Finder). +* Use the official Git repository (https://github.com/symfony/finder). .. include:: /components/require_autoload.rst.inc diff --git a/components/form/introduction.rst b/components/form/introduction.rst index e972be3555c..1770927259d 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -20,7 +20,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/form`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Form). +* Use the official Git repository (https://github.com/symfony/form). .. include:: /components/require_autoload.rst.inc diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 986632053ce..38389c4f7fb 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -22,7 +22,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/HttpFoundation). +* Use the official Git repository (https://github.com/symfony/http-foundation). .. include:: /components/require_autoload.rst.inc diff --git a/components/http_kernel/introduction.rst b/components/http_kernel/introduction.rst index 8d7459dd49e..692698eceb0 100644 --- a/components/http_kernel/introduction.rst +++ b/components/http_kernel/introduction.rst @@ -17,7 +17,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_); -* Use the official Git repository (https://github.com/symfony/HttpKernel). +* Use the official Git repository (https://github.com/symfony/http-kernel). .. include:: /components/require_autoload.rst.inc @@ -712,4 +712,4 @@ look like this:: .. _`SensioFrameworkExtraBundle`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html .. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html .. _`@Template`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html -.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php +.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php diff --git a/components/intl.rst b/components/intl.rst index af85a06aabb..48ea8152ebb 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -23,7 +23,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer` (``symfony/intl`` on `Packagist`_); -* Using the official Git repository (https://github.com/symfony/Intl). +* Using the official Git repository (https://github.com/symfony/intl). If you install the component via Composer, the following classes and functions of the intl extension will be automatically provided if the intl extension is diff --git a/components/options_resolver.rst b/components/options_resolver.rst index b05ba845d6d..d10eb7df180 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -15,7 +15,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/OptionsResolver). +* Use the official Git repository (https://github.com/symfony/options-resolver). .. include:: /components/require_autoload.rst.inc diff --git a/components/process.rst b/components/process.rst index 1c69d0c2639..cf4962836f6 100644 --- a/components/process.rst +++ b/components/process.rst @@ -13,7 +13,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Process). +* Use the official Git repository (https://github.com/symfony/process). .. include:: /components/require_autoload.rst.inc diff --git a/components/property_access/introduction.rst b/components/property_access/introduction.rst index d678cbb2509..e646ce90ea3 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -14,7 +14,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer` (``symfony/property-access`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/PropertyAccess). +* Use the official Git repository (https://github.com/symfony/property-access). .. include:: /components/require_autoload.rst.inc diff --git a/components/routing/introduction.rst b/components/routing/introduction.rst index 82eba4874dd..0efd881851d 100644 --- a/components/routing/introduction.rst +++ b/components/routing/introduction.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Routing). +* Use the official Git repository (https://github.com/symfony/routing). .. include:: /components/require_autoload.rst.inc diff --git a/components/security/introduction.rst b/components/security/introduction.rst index ad6a44ae692..57957f6516a 100644 --- a/components/security/introduction.rst +++ b/components/security/introduction.rst @@ -17,7 +17,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/security`` on Packagist_); -* Use the official Git repository (https://github.com/symfony/Security). +* Use the official Git repository (https://github.com/symfony/security). .. include:: /components/require_autoload.rst.inc diff --git a/components/serializer.rst b/components/serializer.rst index 14512852b91..d2ff3066263 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -31,7 +31,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Serializer). +* Use the official Git repository (https://github.com/symfony/serializer). .. include:: /components/require_autoload.rst.inc diff --git a/components/stopwatch.rst b/components/stopwatch.rst index bde4a7393a2..d2791f5bbb5 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -13,7 +13,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer` (``symfony/stopwatch`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Stopwatch). +* Use the official Git repository (https://github.com/symfony/stopwatch). .. include:: /components/require_autoload.rst.inc diff --git a/components/templating/introduction.rst b/components/templating/introduction.rst index 00539d1ed98..02e82f7d8e7 100644 --- a/components/templating/introduction.rst +++ b/components/templating/introduction.rst @@ -19,7 +19,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Templating). +* Use the official Git repository (https://github.com/symfony/templating). .. include:: /components/require_autoload.rst.inc diff --git a/components/translation/introduction.rst b/components/translation/introduction.rst index 7650b0922a8..228597182b6 100644 --- a/components/translation/introduction.rst +++ b/components/translation/introduction.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/translation`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Translation). +* Use the official Git repository (https://github.com/symfony/translation). .. include:: /components/require_autoload.rst.inc diff --git a/components/yaml/introduction.rst b/components/yaml/introduction.rst index 66910de0450..adb0d0956e6 100644 --- a/components/yaml/introduction.rst +++ b/components/yaml/introduction.rst @@ -32,7 +32,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Yaml). +* Use the official Git repository (https://github.com/symfony/yaml). .. include:: /components/require_autoload.rst.inc diff --git a/contributing/code/core_team.rst b/contributing/code/core_team.rst index d91c5754b0d..b626a081400 100644 --- a/contributing/code/core_team.rst +++ b/contributing/code/core_team.rst @@ -149,30 +149,30 @@ discretion of the **Project Leader**. .. [1] Minor changes comprise typos, DocBlock fixes, code standards violations, and minor CSS, JavaScript and HTML modifications. -.. _BrowserKit: https://github.com/symfony/BrowserKit -.. _Config: https://github.com/symfony/Config -.. _Console: https://github.com/symfony/Console -.. _Debug: https://github.com/symfony/Debug -.. _DependencyInjection: https://github.com/symfony/DependencyInjection -.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge -.. _EventDispatcher: https://github.com/symfony/EventDispatcher -.. _DomCrawler: https://github.com/symfony/DomCrawler -.. _Form: https://github.com/symfony/Form -.. _HttpFoundation: https://github.com/symfony/HttpFoundation -.. _HttpKernel: https://github.com/symfony/HttpKernel -.. _Icu: https://github.com/symfony/Icu -.. _Intl: https://github.com/symfony/Intl -.. _Locale: https://github.com/symfony/Locale -.. _MonologBridge: https://github.com/symfony/MonologBridge -.. _OptionsResolver: https://github.com/symfony/OptionsResolver -.. _Process: https://github.com/symfony/Process -.. _PropertyAccess: https://github.com/symfony/PropertyAccess -.. _Routing: https://github.com/symfony/Routing -.. _Serializer: https://github.com/symfony/Serializer -.. _Translation: https://github.com/symfony/Translation -.. _Stopwatch: https://github.com/symfony/Stopwatch -.. _TwigBridge: https://github.com/symfony/TwigBridge -.. _Validator: https://github.com/symfony/Validator +.. _BrowserKit: https://github.com/symfony/browser-kit +.. _Config: https://github.com/symfony/config +.. _Console: https://github.com/symfony/console +.. _Debug: https://github.com/symfony/debug +.. _DependencyInjection: https://github.com/symfony/dependency-injection +.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge +.. _EventDispatcher: https://github.com/symfony/event-dispatcher +.. _DomCrawler: https://github.com/symfony/dom-crawler +.. _Form: https://github.com/symfony/form +.. _HttpFoundation: https://github.com/symfony/http-foundation +.. _HttpKernel: https://github.com/symfony/http-kernel +.. _Icu: https://github.com/symfony/icu +.. _Intl: https://github.com/symfony/intl +.. _Locale: https://github.com/symfony/locale +.. _MonologBridge: https://github.com/symfony/monolog-bridge +.. _OptionsResolver: https://github.com/symfony/options-resolver +.. _Process: https://github.com/symfony/process +.. _PropertyAccess: https://github.com/symfony/property-access +.. _Routing: https://github.com/symfony/routing +.. _Serializer: https://github.com/symfony/serializer +.. _Translation: https://github.com/symfony/translation +.. _Stopwatch: https://github.com/symfony/stopwatch +.. _TwigBridge: https://github.com/symfony/twig-bridge +.. _Validator: https://github.com/symfony/validator .. _VarDumper: https://github.com/symfony/var-dumper .. _DebugBundle: https://github.com/symfony/debug-bundle .. _`fabpot`: https://github.com/fabpot/ diff --git a/reference/events.rst b/reference/events.rst index b4bf3aed6cf..d596cab0947 100644 --- a/reference/events.rst +++ b/reference/events.rst @@ -236,4 +236,4 @@ Listener Class Name Prior :class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener` -128 ========================================================================= ======== -.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php +.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php