1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed some urls that the previous update missed

This commit is contained in:
Daniel Bartholomew
2012-06-18 17:29:05 -04:00
parent bdc68e5baf
commit 37f8094652
3 changed files with 6 additions and 6 deletions

View File

@ -119,8 +119,8 @@ static void die(const char *fmt, ...)
fprintf(stderr,
"http://kb.askmonty.org/v/installation-issues-on-windows contains some help\n"
"for solving the most common problems. If this doesn't help you, please\n"
"leave a comment in the knowledge base or file a bug report at\n"
"https://bugs.launchpad.net/maria");
"leave a comment in the Knowledgebase or file a bug report at\n"
"http://mariadb.org/jira");
}
fflush(stderr);
va_end(args);