Commit 49de137e authored by Daniel Bartholomew's avatar Daniel Bartholomew

fixed some urls that the previous update missed

parent dae37fb9
...@@ -31,7 +31,7 @@ also applies. ...@@ -31,7 +31,7 @@ also applies.
first. first.
If you run into problems and need to file a bug report, 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." See the instructions in Section 1.6, "How to Report Bugs or Problems."
......
...@@ -69,10 +69,10 @@ extension. For example: ...@@ -69,10 +69,10 @@ extension. For example:
If you want to submit your test case you can send it 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 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, 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, 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 add a README that explains the problem, ftp the archive to
ftp://ftp.askmonty.org/private and send a mail to ftp://ftp.askmonty.org/private and submit a report to
https://bugs.launchpad.net/maria/ about it. http://mariadb.org/jira about it.
...@@ -119,8 +119,8 @@ static void die(const char *fmt, ...) ...@@ -119,8 +119,8 @@ static void die(const char *fmt, ...)
fprintf(stderr, fprintf(stderr,
"http://kb.askmonty.org/v/installation-issues-on-windows contains some help\n" "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" "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" "leave a comment in the Knowledgebase or file a bug report at\n"
"https://bugs.launchpad.net/maria"); "http://mariadb.org/jira");
} }
fflush(stderr); fflush(stderr);
va_end(args); va_end(args);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment