diff options
author | Daniel Bartholomew <dbart@askmonty.org> | 2012-06-18 17:29:05 -0400 |
---|---|---|
committer | Daniel Bartholomew <dbart@askmonty.org> | 2012-06-18 17:29:05 -0400 |
commit | 37f8094652c438360b66aa04a46acb96d3eea6b7 (patch) | |
tree | ed381590876b9c728b87232adc42026f69007e8f /sql/mysql_install_db.cc | |
parent | bdc68e5baf9eafdc1956ff555770b010a6260102 (diff) | |
download | mariadb-git-37f8094652c438360b66aa04a46acb96d3eea6b7.tar.gz |
fixed some urls that the previous update missed
Diffstat (limited to 'sql/mysql_install_db.cc')
-rw-r--r-- | sql/mysql_install_db.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/mysql_install_db.cc b/sql/mysql_install_db.cc index 364dca9120a..bde81d915b2 100644 --- a/sql/mysql_install_db.cc +++ b/sql/mysql_install_db.cc @@ -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); |