diff --git a/book/from_flat_php_to_symfony2.rst b/book/from_flat_php_to_symfony2.rst index a388e4bda25..6f5a67a3313 100644 --- a/book/from_flat_php_to_symfony2.rst +++ b/book/from_flat_php_to_symfony2.rst @@ -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/ diff --git a/book/installation.rst b/book/installation.rst index 6d3e4bab42d..4098b6f080c 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -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 diff --git a/components/class_loader/cache_class_loader.rst b/components/class_loader/cache_class_loader.rst index 918041e5bd9..46622eb4e3d 100644 --- a/components/class_loader/cache_class_loader.rst +++ b/components/class_loader/cache_class_loader.rst @@ -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 diff --git a/components/class_loader/class_map_generator.rst b/components/class_loader/class_map_generator.rst index f947027f107..faf06e88809 100644 --- a/components/class_loader/class_map_generator.rst +++ b/components/class_loader/class_map_generator.rst @@ -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 diff --git a/components/using_components.rst b/components/using_components.rst index e9c7ce56c27..3cb2eab270d 100644 --- a/components/using_components.rst +++ b/components/using_components.rst @@ -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/ diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index ead51268289..6a97ff9de6a 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -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/ diff --git a/cookbook/bundles/installation.rst b/cookbook/bundles/installation.rst index bd29a2c6226..c4ce4e7aab5 100644 --- a/cookbook/bundles/installation.rst +++ b/cookbook/bundles/installation.rst @@ -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/ diff --git a/cookbook/composer.rst b/cookbook/composer.rst index 4cfd7282a30..212fa78f632 100644 --- a/cookbook/composer.rst +++ b/cookbook/composer.rst @@ -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 diff --git a/cookbook/symfony1.rst b/cookbook/symfony1.rst index b471f4729cf..b800914a661 100644 --- a/cookbook/symfony1.rst +++ b/cookbook/symfony1.rst @@ -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 diff --git a/cookbook/workflow/_vendor_deps.rst.inc b/cookbook/workflow/_vendor_deps.rst.inc index 322336627ca..98ab30e9bb8 100644 --- a/cookbook/workflow/_vendor_deps.rst.inc +++ b/cookbook/workflow/_vendor_deps.rst.inc @@ -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/ diff --git a/quick_tour/the_architecture.rst b/quick_tour/the_architecture.rst index 2dd2ebd4922..4259cadba7b 100644 --- a/quick_tour/the_architecture.rst +++ b/quick_tour/the_architecture.rst @@ -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 diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index d82025deb27..67669f44c3c 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -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:: @@ -349,5 +349,5 @@ If you are eager to learn more about Symfony, dive into the next section: ":doc:`The View `". .. _Composer: https://getcomposer.org/ -.. _executable installer: http://getcomposer.org/download +.. _executable installer: https://getcomposer.org/download .. _Twig: http://twig.sensiolabs.org/