Skip to content

Commit

Permalink
minor #5277 always refer to getcomposer.org through HTTPS (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed May 23, 2015
2 parents fa7cb77 + bac19bd commit 03e29ad
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion book/from_flat_php_to_symfony2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ Learn more from the Cookbook
* :doc:`/cookbook/controller/service`

.. _`Doctrine`: http://www.doctrine-project.org
.. _`download Composer`: http://getcomposer.org/download/
.. _`download Composer`: https://getcomposer.org/download/
.. _`Routing`: https://github.com/symfony/Routing
.. _`Templating`: https://github.com/symfony/Templating
.. _`KnpBundles.com`: http://knpbundles.com/
Expand Down
2 changes: 1 addition & 1 deletion book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ a wide variety of articles about solving specific problems with Symfony.
at this cookbook article: ":doc:`/cookbook/bundles/remove`"

.. _`explained in this post`: http://fabien.potencier.org/article/73/signing-project-releases
.. _`Composer`: http://getcomposer.org/
.. _`Composer`: https://getcomposer.org/
.. _`Composer download page`: https://getcomposer.org/download/
.. _`Apache`: http://httpd.apache.org/docs/current/mod/core.html#documentroot
.. _`Nginx`: http://wiki.nginx.org/Symfony
Expand Down
2 changes: 1 addition & 1 deletion components/class_loader/cache_class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ it is straightforward::
$loader->unregister();

.. _APC: http://php.net/manual/en/book.apc.php
.. _autoloader: http://getcomposer.org/doc/01-basic-usage.md#autoloading
.. _autoloader: https://getcomposer.org/doc/01-basic-usage.md#autoloading
.. _XCache: http://xcache.lighttpd.net
2 changes: 1 addition & 1 deletion components/class_loader/class_map_generator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ the same as in the example above)::

.. _`PSR-0`: http://www.php-fig.org/psr/psr-0
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4
.. _`Composer`: http://getcomposer.org
.. _`Composer`: https://getcomposer.org
4 changes: 2 additions & 2 deletions components/using_components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ documentation to find out more about how to use it.

And have fun!

.. _Composer: http://getcomposer.org
.. _Install composer: http://getcomposer.org/download/
.. _Composer: https://getcomposer.org
.. _Install composer: https://getcomposer.org/download/
2 changes: 1 addition & 1 deletion contributing/code/tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ browser.
dependencies installed.

.. _install PHPUnit: https://phpunit.de/manual/current/en/installation.html
.. _`Composer`: http://getcomposer.org/
.. _`Composer`: https://getcomposer.org/
2 changes: 1 addition & 1 deletion cookbook/bundles/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Other Setup
At this point, check the ``README`` file of your brand new bundle to see
what to do next. Have fun!

.. _their documentation: http://getcomposer.org/doc/00-intro.md
.. _their documentation: https://getcomposer.org/doc/00-intro.md
.. _Packagist.org: https://packagist.org
.. _FOSUserBundle: https://github.com/FriendsOfSymfony/FOSUserBundle
.. _KnpBundles.com: http://knpbundles.com/
Expand Down
2 changes: 1 addition & 1 deletion cookbook/composer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To install Composer on Linux or Mac OS X, execute the following two commands:
.. note::

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

.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions cookbook/symfony1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ In reality, the Symfony2 configuration is much more powerful and is used
primarily to configure objects that you can use. For more information, see
the chapter titled ":doc:`/book/service_container`".

.. _`Composer`: http://getcomposer.org
.. _`Composer`: https://getcomposer.org
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
.. _`the Composer documentation`: http://getcomposer.org/doc/04-schema.md#autoload
.. _`the Composer documentation`: https://getcomposer.org/doc/04-schema.md#autoload
4 changes: 2 additions & 2 deletions cookbook/workflow/_vendor_deps.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ script to ensure that all of the needed vendor libraries are downloaded.
to replace only the original parts (i.e. be sure not to also delete any of
your custom entries).

.. _Composer: http://getcomposer.org/
.. _GetComposer.org: http://getcomposer.org/
.. _Composer: https://getcomposer.org/
.. _GetComposer.org: https://getcomposer.org/
2 changes: 1 addition & 1 deletion quick_tour/the_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ need to learn a lot to become a Symfony master. Ready to dig into these
topics now? Look no further - go to the official :doc:`/book/index` and
pick any topic you want.

.. _Composer: http://getcomposer.org
.. _Composer: https://getcomposer.org
4 changes: 2 additions & 2 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ this name is not needed, but later it'll be useful for linking pages.

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

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

.. _Composer: https://getcomposer.org/
.. _executable installer: http://getcomposer.org/download
.. _executable installer: https://getcomposer.org/download
.. _Twig: http://twig.sensiolabs.org/

0 comments on commit 03e29ad

Please sign in to comment.