Skip to content

Commit 3f18412

Browse files
committed
docs: fix upgrade instructions
1 parent d0b0df4 commit 3f18412

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

user_guide_src/source/installation/installing_composer.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If ``--prefer-source`` doesn't automatically update to pull latest framework sou
7070
If you used the ``--no-dev`` option when you created the project, it
7171
would be appropriate to do so here too, i.e., ``composer update --no-dev``.
7272

73-
Read the :doc:`upgrade instructions <upgrading>`, and check designated ``app/Config`` folders for affected changes.
73+
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
7474

7575
Pros
7676
----
@@ -153,8 +153,7 @@ Whenever there is a new release, then from the command line in your project root
153153

154154
> composer update --prefer-source
155155

156-
Read the :doc:`upgrade instructions <upgrading>`, and check designated
157-
``app/Config`` folders for affected changes.
156+
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
158157

159158
Pros
160159
----

user_guide_src/source/installation/installing_manual.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ Upgrading
3434

3535
Download a new copy of the framework, and then replace the ``system`` folder.
3636

37-
Read the :doc:`upgrade instructions <upgrading>`, and check designated
38-
``app/Config`` folders for affected changes.
37+
Read the :doc:`upgrade instructions <upgrading>`, and check Breaking Changes and Enhancements.
3938

4039
Pros
4140
----

0 commit comments

Comments
 (0)