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 | |
parent | bdc68e5baf9eafdc1956ff555770b010a6260102 (diff) | |
download | mariadb-git-37f8094652c438360b66aa04a46acb96d3eea6b7.tar.gz |
fixed some urls that the previous update missed
-rw-r--r-- | Docs/INSTALL-BINARY | 2 | ||||
-rw-r--r-- | mysql-test/README | 6 | ||||
-rw-r--r-- | sql/mysql_install_db.cc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Docs/INSTALL-BINARY b/Docs/INSTALL-BINARY index 01ac65950a9..7ff33c7051e 100644 --- a/Docs/INSTALL-BINARY +++ b/Docs/INSTALL-BINARY @@ -31,7 +31,7 @@ also applies. first. If you run into problems and need to file a bug report, - please report them to: http://bugs.launchpad.net/maria + please report them to: http://mariadb.org/jira See the instructions in Section 1.6, "How to Report Bugs or Problems." diff --git a/mysql-test/README b/mysql-test/README index 0e147f83bd1..162551ad69c 100644 --- a/mysql-test/README +++ b/mysql-test/README @@ -69,10 +69,10 @@ extension. For example: If you want to submit your test case you can send it to maria-developers@lists.launchpad.com or attach it to a bug report on -https://bugs.launchpad.net/maria/. +http://mariadb.org/jira/. If the test case is really big or if it contains 'not public' data, then put your .test file and .result file(s) into a tar.gz archive, add a README that explains the problem, ftp the archive to -ftp://ftp.askmonty.org/private and send a mail to -https://bugs.launchpad.net/maria/ about it. +ftp://ftp.askmonty.org/private and submit a report to +http://mariadb.org/jira about it. 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); |