Skip to content

Commit 2d355f3

Browse files
committed
minor #90 Fixed doc build issues (javiereguiluz)
This PR was merged into the 2.7 branch. Discussion ---------- Fixed doc build issues Commits ------- 2a40487 Fixed doc build issues
2 parents 9c13a68 + 2a40487 commit 2d355f3

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

components/console/helpers/formatterhelper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ messages and 2 spaces on the left and right).
6262

6363
The exact "style" you use in the block is up to you. In this case, you're using
6464
the pre-defined ``error`` style, but there are other styles, or you can create
65-
your own. See :ref:`components-console-coloring`.
65+
your own. See :doc:`/console/coloring`.

setup.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,10 @@ Learn More
274274
setup/web_server_configuration
275275
setup/composer
276276
setup/*
277-
install/*
278277

279278
.. _`Composer`: https://getcomposer.org/
280279
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
281-
.. _`Symfony CMF Standard Edition`: https://github.com/symfony-cmf/symfony-cmf-standard
280+
.. _`The Symfony CMF Standard Edition`: https://github.com/symfony-cmf/symfony-cmf-standard
282281
.. _`Symfony CMF`: http://cmf.symfony.com/
283282
.. _`Symfony REST Edition`: https://github.com/gimler/symfony-rest-edition
284283
.. _`FOSRestBundle`: https://github.com/FriendsOfSymfony/FOSRestBundle

setup/upgrade_major.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are a couple of steps to upgrading a major version:
2525

2626
During the lifecycle of a major release, new features are added and method
2727
signatures and public API usages are changed. However,
28-
:doc:`minor versions </install/upgrade_minor>` should not contain any
28+
:doc:`minor versions </setup/upgrade_minor>` should not contain any
2929
backwards incompatible changes. To accomplish this, the "old" (e.g. functions,
3030
classes, etc) code still works, but is marked as *deprecated*, indicating that
3131
it will be removed/changed in the future and that you should stop using it.

setup/upgrade_patch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ update.
2323
It is recommended to update to a new patch version as soon as possible, as
2424
important bugs and security leaks may be fixed in these new releases.
2525

26-
.. include:: /install/_update_all_packages.rst.inc
26+
.. include:: /setup/_update_all_packages.rst.inc

0 commit comments

Comments
 (0)