diff --git a/migrate_upgrade.module b/migrate_upgrade.module index b3d9bbc..5c8c4af 100644 --- a/migrate_upgrade.module +++ b/migrate_upgrade.module @@ -1 +1,16 @@ ' . t('This form is used for importing configuration/content from a Drupal 6/7 site. Before submit this form, give access to source database and files. Backup the D8 site. '); + $output .= t('For more details, see Upgrading from previous versions.', array('@migrate' => 'https://www.drupal.org/upgrade')) . '

'; + return $output; + } +} \ No newline at end of file