diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Db/ConvertMysqlToMB4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Db/ConvertMysqlToMB4.php b/core/Command/Db/ConvertMysqlToMB4.php index d456db13b11..5302b3cf5fb 100644 --- a/core/Command/Db/ConvertMysqlToMB4.php +++ b/core/Command/Db/ConvertMysqlToMB4.php @@ -72,7 +72,7 @@ class ConvertMysqlToMB4 extends Command { } if (!$this->connection->supports4ByteText()) { - $url = $this->urlGenerator->linkToDocs('admin-db-conversion'); + $url = $this->urlGenerator->linkToDocs('admin-mysql-utf8mb4'); $output->writeln("The database is not properly setup to use the charset utf8mb4."); $output->writeln("Also check that the setting 'mysql.utf8mb4' is set to true in the config.php."); $output->writeln("For more information please read the documentation at $url"); |