Fix old Bitbucket Wikilinks to Github docs

This commit is contained in:
Florian Scholdei
2020-03-26 10:57:31 +01:00
parent 342ab199a5
commit ac66e6097e
13 changed files with 27 additions and 40 deletions

View File

@@ -70,7 +70,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/healthchecks/svn-incompatible-dbformat",
"https://github.com/scm-manager/scm-manager/blob/develop/docs/healthchecks/svn-incompatible-dbformat.md",
"The subversion db format is incompatible with the svn version used within scm-manager.");
/** Field description */