Skip to content

Commit 03e29ad

Browse files
committed
minor #5277 always refer to getcomposer.org through HTTPS (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- always refer to getcomposer.org through HTTPS | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Imho we should promote HTTPS where possible. Commits ------- bac19bd always refer to getcomposer.org through HTTPS
2 parents fa7cb77 + bac19bd commit 03e29ad

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ Learn more from the Cookbook
754754
* :doc:`/cookbook/controller/service`
755755

756756
.. _`Doctrine`: http://www.doctrine-project.org
757-
.. _`download Composer`: http://getcomposer.org/download/
757+
.. _`download Composer`: https://getcomposer.org/download/
758758
.. _`Routing`: https://github.com/symfony/Routing
759759
.. _`Templating`: https://github.com/symfony/Templating
760760
.. _`KnpBundles.com`: http://knpbundles.com/

book/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ a wide variety of articles about solving specific problems with Symfony.
379379
at this cookbook article: ":doc:`/cookbook/bundles/remove`"
380380

381381
.. _`explained in this post`: http://fabien.potencier.org/article/73/signing-project-releases
382-
.. _`Composer`: http://getcomposer.org/
382+
.. _`Composer`: https://getcomposer.org/
383383
.. _`Composer download page`: https://getcomposer.org/download/
384384
.. _`Apache`: http://httpd.apache.org/docs/current/mod/core.html#documentroot
385385
.. _`Nginx`: http://wiki.nginx.org/Symfony

components/class_loader/cache_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ it is straightforward::
7070
$loader->unregister();
7171

7272
.. _APC: http://php.net/manual/en/book.apc.php
73-
.. _autoloader: http://getcomposer.org/doc/01-basic-usage.md#autoloading
73+
.. _autoloader: https://getcomposer.org/doc/01-basic-usage.md#autoloading
7474
.. _XCache: http://xcache.lighttpd.net

components/class_loader/class_map_generator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ the same as in the example above)::
122122

123123
.. _`PSR-0`: http://www.php-fig.org/psr/psr-0
124124
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4
125-
.. _`Composer`: http://getcomposer.org
125+
.. _`Composer`: https://getcomposer.org

components/using_components.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ documentation to find out more about how to use it.
7777

7878
And have fun!
7979

80-
.. _Composer: http://getcomposer.org
81-
.. _Install composer: http://getcomposer.org/download/
80+
.. _Composer: https://getcomposer.org
81+
.. _Install composer: https://getcomposer.org/download/

contributing/code/tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ browser.
9595
dependencies installed.
9696

9797
.. _install PHPUnit: https://phpunit.de/manual/current/en/installation.html
98-
.. _`Composer`: http://getcomposer.org/
98+
.. _`Composer`: https://getcomposer.org/

cookbook/bundles/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Other Setup
111111
At this point, check the ``README`` file of your brand new bundle to see
112112
what to do next. Have fun!
113113

114-
.. _their documentation: http://getcomposer.org/doc/00-intro.md
114+
.. _their documentation: https://getcomposer.org/doc/00-intro.md
115115
.. _Packagist.org: https://packagist.org
116116
.. _FOSUserBundle: https://github.com/FriendsOfSymfony/FOSUserBundle
117117
.. _KnpBundles.com: http://knpbundles.com/

cookbook/composer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install Composer on Linux or Mac OS X, execute the following two commands:
2424
.. note::
2525

2626
If you don't have ``curl`` installed, you can also just download the
27-
``installer`` file manually at http://getcomposer.org/installer and
27+
``installer`` file manually at https://getcomposer.org/installer and
2828
then run:
2929

3030
.. code-block:: bash

cookbook/symfony1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,6 @@ In reality, the Symfony2 configuration is much more powerful and is used
364364
primarily to configure objects that you can use. For more information, see
365365
the chapter titled ":doc:`/book/service_container`".
366366

367-
.. _`Composer`: http://getcomposer.org
367+
.. _`Composer`: https://getcomposer.org
368368
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
369-
.. _`the Composer documentation`: http://getcomposer.org/doc/04-schema.md#autoload
369+
.. _`the Composer documentation`: https://getcomposer.org/doc/04-schema.md#autoload

cookbook/workflow/_vendor_deps.rst.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ script to ensure that all of the needed vendor libraries are downloaded.
5656
to replace only the original parts (i.e. be sure not to also delete any of
5757
your custom entries).
5858

59-
.. _Composer: http://getcomposer.org/
60-
.. _GetComposer.org: http://getcomposer.org/
59+
.. _Composer: https://getcomposer.org/
60+
.. _GetComposer.org: https://getcomposer.org/

quick_tour/the_architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ need to learn a lot to become a Symfony master. Ready to dig into these
309309
topics now? Look no further - go to the official :doc:`/book/index` and
310310
pick any topic you want.
311311

312-
.. _Composer: http://getcomposer.org
312+
.. _Composer: https://getcomposer.org

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ this name is not needed, but later it'll be useful for linking pages.
221221

222222
Considering all this, the ``@Route("/app/example", name="homepage")`` annotation
223223
creates a new route called ``homepage`` which makes Symfony execute the
224-
``index`` action of the ``Default`` controller when the user browses the
224+
``index`` action of the ``Default`` controller when the user browses the
225225
``/app/example`` path of the application.
226226

227227
.. tip::
@@ -349,5 +349,5 @@ If you are eager to learn more about Symfony, dive into the next section:
349349
":doc:`The View <the_view>`".
350350

351351
.. _Composer: https://getcomposer.org/
352-
.. _executable installer: http://getcomposer.org/download
352+
.. _executable installer: https://getcomposer.org/download
353353
.. _Twig: http://twig.sensiolabs.org/

0 commit comments

Comments
 (0)