Skip to content

Commit 3a2f335

Browse files
committed
changed repo names to the new ones
1 parent 17bb0fc commit 3a2f335

30 files changed

+55
-55
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ Learn more from the Cookbook
19591959
* :doc:`/cookbook/security/csrf_in_login_form`
19601960
* :doc:`/cookbook/cache/form_csrf_caching`
19611961

1962-
.. _`Symfony Form component`: https://github.com/symfony/Form
1962+
.. _`Symfony Form component`: https://github.com/symfony/form
19631963
.. _`DateTime`: http://php.net/manual/en/class.datetime.php
19641964
.. _`Twig Bridge`: https://github.com/symfony/symfony/tree/2.3/src/Symfony/Bridge/Twig
19651965
.. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/2.3/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig

book/from_flat_php_to_symfony2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ Learn more from the Cookbook
757757

758758
.. _`Doctrine`: http://www.doctrine-project.org
759759
.. _`download Composer`: https://getcomposer.org/download/
760-
.. _`Routing`: https://github.com/symfony/Routing
761-
.. _`Templating`: https://github.com/symfony/Templating
760+
.. _`Routing`: https://github.com/symfony/routing
761+
.. _`Templating`: https://github.com/symfony/templating
762762
.. _`KnpBundles.com`: http://knpbundles.com/
763763
.. _`Twig`: http://twig.sensiolabs.org
764764
.. _`Varnish`: https://www.varnish-cache.org/

book/http_fundamentals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,5 +579,5 @@ sensible defaults. For more advanced users, the sky is the limit.
579579
.. _`List of HTTP status codes`: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
580580
.. _`List of HTTP header fields`: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
581581
.. _`List of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml
582-
.. _`Validator`: https://github.com/symfony/Validator
582+
.. _`Validator`: https://github.com/symfony/validator
583583
.. _`Swift Mailer`: http://swiftmailer.org/

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,5 +1282,5 @@ Learn more from the Cookbook
12821282

12831283
* :doc:`/cookbook/validation/custom_constraint`
12841284

1285-
.. _Validator: https://github.com/symfony/Validator
1285+
.. _Validator: https://github.com/symfony/validator
12861286
.. _JSR303 Bean Validation specification: http://jcp.org/en/jsr/detail?id=303

components/class_loader/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can install the component in 2 different ways:
3535

3636
* :doc:`Install it via Composer </components/using_components>` (``symfony/class-loader``
3737
on `Packagist`_);
38-
* Use the official Git repository (https://github.com/symfony/ClassLoader).
38+
* Use the official Git repository (https://github.com/symfony/class-loader).
3939

4040
.. include:: /components/require_autoload.rst.inc
4141

components/config/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install the component in 2 different ways:
1616

1717
* :doc:`Install it via Composer </components/using_components>` (``symfony/config``
1818
on `Packagist`_);
19-
* Use the official Git repository (https://github.com/symfony/Config).
19+
* Use the official Git repository (https://github.com/symfony/config).
2020

2121
.. include:: /components/require_autoload.rst.inc
2222

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818
You can install the component in 2 different ways:
1919

2020
* :doc:`Install it via Composer </components/using_components>` (``symfony/console`` on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/Console).
21+
* Use the official Git repository (https://github.com/symfony/console).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

components/css_selector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in 2 different ways:
1414

1515
* :doc:`Install it via Composer </components/using_components>` (``symfony/css-selector`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/CssSelector).
16+
* Use the official Git repository (https://github.com/symfony/css-selector).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

components/debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in many different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/debug`` on `Packagist`_);
20-
* Use the official Git repository (https://github.com/symfony/Debug).
20+
* Use the official Git repository (https://github.com/symfony/debug).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

components/dependency_injection/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/dependency-injection``
2020
on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/DependencyInjection).
21+
* Use the official Git repository (https://github.com/symfony/dependency-injection).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

0 commit comments

Comments
 (0)