diff --git a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php b/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php index 2eae6a9..3d9df38 100644 --- a/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php +++ b/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php @@ -539,7 +539,7 @@ public function buildConfirmForm(array $form, FormStateInterface $form_state) { '#value' => $this->t('Modules that will not be upgraded'), '#attributes' => ['id' => ['error']], ], - '#description' => $this->t('The following modules will not be upgraded. For more information, see the Upgrading to Drupal 8 handbook.', [':migrate' => 'https://www.drupal.org/docs/8/upgrade/upgrade-using-web-browser']), + '#description' => $this->t('The following modules will not be upgraded. For more information, see the Upgrading to Drupal 8 handbook.', [':migrate' => 'https://www.drupal.org/docs/8/upgrade/upgrade-using-web-browser#pre-upgrade-analysis']), '#weight' => 2, ]; $missing_module_list['module_list'] = [