fix typo in health check url

This commit is contained in:
Sebastian Sdorra
2014-01-28 20:58:06 +01:00
parent da8d673438
commit 4d6f3df02a

View File

@@ -77,7 +77,7 @@ public class DBFormatHealthCheck extends DirectoryHealthCheck
/** Field description */
private static final HealthCheckFailure INCOMPATIBLE_DB_FORMAT =
new HealthCheckFailure("AnOTx99ex1", "Incompatible DB Format",
"https://bitbucket.org/sdorra/scm-manager/wiki/healtchecks/svn-incompatible-dbformat",
"https://bitbucket.org/sdorra/scm-manager/wiki/healthchecks/svn-incompatible-dbformat",
"The subversion db format is incompatible with the svn version used within scm-manager.");
/** Field description */