8000 Fix install/upgrade references · symfony/symfony-docs@493426f · GitHub
[go: up one dir, main page]

Skip to content

Commit 493426f

Browse files
committed
Fix install/upgrade references
1 parent 75e0101 commit 493426f

File tree

5 files changed

+6
-25
lines changed

5 files changed

+6
-25
lines changed

index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ Symfony Documentation
1111
page_creation
1212
introduction/from_flat_php_to_symfony2
1313
introduction/symfony1
14-
propel/propel
15-
psr/psr7
16-
upgrade/index
1714
web_server/index
1815
web_services/index
1916
workflow/index

install/index.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

install/upgrade_major.rst

Lines changed: 3 additions & 3 deletions
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 </upgrade/minor_version>` should not contain any
28+
:doc:`minor versions </install/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.
@@ -136,9 +136,9 @@ Next, use Composer to download new versions of the libraries:
136136
137137
$ composer update symfony/symfony
138138
139-
.. include:: /upgrade/_update_dep_errors.rst.inc
139+
.. include:: /install/_update_dep_errors.rst.inc
140140

141-
.. include:: /upgrade/_update_all_packages.rst.inc
141+
.. include:: /install/_update_all_packages.rst.inc
142142

143143
.. _upgrade-major-symfony-after:
144144

install/upgrade_minor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Next, use Composer to download new versions of the libraries:
4141
4242
$ composer update symfony/symfony
4343
44-
.. include:: /upgrade/_update_dep_errors.rst.inc
44+
.. include:: /install/_update_dep_errors.rst.inc
4545

46-
.. include:: /upgrade/_update_all_packages.rst.inc
46+
.. include:: /install/_update_all_packages.rst.inc
4747

4848
.. _`upgrade-minor-symfony-code`:
4949

install/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:: /upgrade/_update_all_packages.rst.inc
26+
.. include:: /install/_update_all_packages.rst.inc

0 commit comments

Comments
 (0)
0