@@ -4,10 +4,11 @@ CONTENTS OF THIS FILE
4
4
* Introduction
5
5
* Minor and patch version updates
6
6
* Is my site using Composer?
7
- * Updating code manually
8
7
* Updating code with Composer
8
+ * Updating code manually
9
+ * Updating Drupal 9 to Drupal 10
9
10
* Updating Drupal 8 to Drupal 9
10
- * Updating Drupal 6 or 7 to Drupal 9
11
+ * Updating Drupal 6 or Drupal 7
11
12
12
13
13
14
INTRODUCTION
@@ -46,32 +47,34 @@ UPDATING CODE WITH COMPOSER
46
47
---------------------------
47
48
48
49
* 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
50
51
51
52
52
53
UPDATING CODE MANUALLY
53
54
----------------------
54
55
55
56
* 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
57
58
58
59
59
- UPDATING DRUPAL 8 TO DRUPAL 9
60
- -----------------------------
60
+ UPDATING DRUPAL 9 TO DRUPAL 10
61
+ ------------------------------
61
62
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
64
65
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
67
66
68
- 3. Navigate to /update.php to initiate the update process.
67
+ UPDATING DRUPAL 8 TO DRUPAL 9
68
+ -----------------------------
69
69
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
70
72
71
- UPDATING DRUPAL 6 OR 7 TO DRUPAL 9
72
- ----------------------------------
73
73
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