diff --git a/components/console/helpers/formatterhelper.rst b/components/console/helpers/formatterhelper.rst index 23a453db1ec..38faaee4353 100644 --- a/components/console/helpers/formatterhelper.rst +++ b/components/console/helpers/formatterhelper.rst @@ -62,4 +62,4 @@ messages and 2 spaces on the left and right). The exact "style" you use in the block is up to you. In this case, you're using the pre-defined ``error`` style, but there are other styles, or you can create -your own. See :ref:`components-console-coloring`. +your own. See :doc:`/console/coloring`. diff --git a/setup.rst b/setup.rst index e293e450e9f..a9e0655eb9d 100644 --- a/setup.rst +++ b/setup.rst @@ -274,11 +274,10 @@ Learn More setup/web_server_configuration setup/composer setup/* - install/* .. _`Composer`: https://getcomposer.org/ .. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard -.. _`Symfony CMF Standard Edition`: https://github.com/symfony-cmf/symfony-cmf-standard +.. _`The Symfony CMF Standard Edition`: https://github.com/symfony-cmf/symfony-cmf-standard .. _`Symfony CMF`: http://cmf.symfony.com/ .. _`Symfony REST Edition`: https://github.com/gimler/symfony-rest-edition .. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle diff --git a/setup/upgrade_major.rst b/setup/upgrade_major.rst index e0113b27746..b46f3319e49 100644 --- a/setup/upgrade_major.rst +++ b/setup/upgrade_major.rst @@ -25,7 +25,7 @@ There are a couple of steps to upgrading a major version: During the lifecycle of a major release, new features are added and method signatures and public API usages are changed. However, -:doc:`minor versions ` should not contain any +:doc:`minor versions ` should not contain any backwards incompatible changes. To accomplish this, the "old" (e.g. functions, classes, etc) code still works, but is marked as *deprecated*, indicating that it will be removed/changed in the future and that you should stop using it. diff --git a/setup/upgrade_patch.rst b/setup/upgrade_patch.rst index c9c428d3835..1f5de9a6991 100644 --- a/setup/upgrade_patch.rst +++ b/setup/upgrade_patch.rst @@ -23,4 +23,4 @@ update. It is recommended to update to a new patch version as soon as possible, as important bugs and security leaks may be fixed in these new releases. -.. include:: /install/_update_all_packages.rst.inc +.. include:: /setup/_update_all_packages.rst.inc