Security update for Core, with self-updated composer
[yaffs-website] / web / core / includes / update.inc
index 2caa6ca3f9107670dadb3323ee428a738eae8503..92e1e54e97e169d5628ac411cdf902d57c6c67f2 100644 (file)
@@ -83,7 +83,7 @@ function update_system_schema_requirements() {
     $requirements['minimum schema'] += [
       'value' => 'The installed schema version does not meet the minimum.',
       'severity' => REQUIREMENT_ERROR,
-      'description' => 'Your system schema version is ' . $system_schema . '. Updating directly from a schema version prior to 8000 is not supported. You must <a href="https://www.drupal.org/node/2179269">migrate your site to Drupal 8</a> first.',
+      'description' => 'Your system schema version is ' . $system_schema . '. Updating directly from a schema version prior to 8000 is not supported. You must upgrade your site to Drupal 8 first, see https://www.drupal.org/docs/8/upgrade.',
     ];
   }