1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-24 16:51:59 +01:00

Update link to point to github

Fixes #5147
This commit is contained in:
John Maguire 2015-12-07 14:37:18 +00:00
parent dd469d4a35
commit d256763dcb

View File

@ -599,8 +599,8 @@ bool Database::IntegrityCheck(QSqlDatabase db) {
if (!error_reported) {
app_->AddError(
tr("Database corruption detected. Please read "
"https://code.google.com/p/clementine-player/wiki/"
"DatabaseCorruption "
"https://github.com/clementine-player/Clementine/wiki/"
"Database-Corruption "
"for instructions on how to recover your database"));
}
app_->AddError("Database: " + message);