Skip to content

Commit 8069afa

Browse files
author
catch
committed
Issue #3266004 by quietone, longwave: Update UPDATE.txt for Drupal 10
1 parent b1c4a60 commit 8069afa

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

UPDATE.txt

+20-17
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ CONTENTS OF THIS FILE
44
* Introduction
55
* Minor and patch version updates
66
* Is my site using Composer?
7-
* Updating code manually
87
* Updating code with Composer
8+
* Updating code manually
9+
* Updating Drupal 9 to Drupal 10
910
* Updating Drupal 8 to Drupal 9
10-
* Updating Drupal 6 or 7 to Drupal 9
11+
* Updating Drupal 6 or Drupal 7
1112

1213

1314
INTRODUCTION
@@ -46,32 +47,34 @@ UPDATING CODE WITH COMPOSER
4647
---------------------------
4748

4849
* Refer to 'Update Drupal core via Composer' for details on using Composer:
49-
https://www.drupal.org/docs/8/update/update-drupal-core-via-composer
50+
https://www.drupal.org/docs/updating-drupal/updating-drupal-core-via-composer
5051

5152

5253
UPDATING CODE MANUALLY
5354
----------------------
5455

5556
* Refer to 'Updating the Core Software' for details on updating manually:
56-
https://www.drupal.org/docs/8/update/update-core-manually
57+
https://www.drupal.org/docs/updating-drupal/updating-drupal-core-manually
5758

5859

59-
UPDATING DRUPAL 8 TO DRUPAL 9
60-
-----------------------------
60+
UPDATING DRUPAL 9 TO DRUPAL 10
61+
------------------------------
6162

62-
1. Prepare the Drupal 8 site for Drupal 9:
63-
https://www.drupal.org/docs/9/how-to-prepare-your-drupal-7-or-8-site-for-drupal-9/upgrading-a-drupal-8-site-to-drupal-9
63+
* Refer to 'Upgrading from Drupal 9 to Drupal 10' for details:
64+
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-9-to-drupal-10
6465

65-
2. Update the Drupal 8 codebase to Drupal 9:
66-
https://www.drupal.org/docs/8/upgrade/upgrading-between-drupal-8-major-versions-eg-from-drupal-8-to-drupal-9
6766

68-
3. Navigate to /update.php to initiate the update process.
67+
UPDATING DRUPAL 8 TO DRUPAL 9
68+
-----------------------------
6969

70+
* Refer to 'Upgrading from Drupal 8 to Drupal 9' for details:
71+
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/upgrading-from-drupal-8-to-drupal-9
7072

71-
UPDATING DRUPAL 6 OR 7 TO DRUPAL 9
72-
----------------------------------
7373

74-
* Updating from a previous major version, such as Drupal 6 or 7, requires
75-
importing the old site configuration and content into a new Drupal 9 site.
76-
Refer to the 'Migrate Guide' for more details on this process:
77-
https://www.drupal.org/upgrade/migrate
74+
UPDATING DRUPAL 6 OR DRUPAL 7
75+
-----------------------------
76+
77+
* Updating Drupal 6 or Drupal 7 requires importing the old site configuration
78+
and content into a new Drupal site. Refer to the 'Upgrading from Drupal 6 or
79+
Drupal 7' for more details.
80+
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-6-or-drupal-7

0 commit comments

Comments
 (0)