summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoriangilfillan <github@greenman.co.za>2016-03-08 15:24:01 +0200
committeriangilfillan <github@greenman.co.za>2016-03-08 15:24:01 +0200
commit6befd842025a5e08b0af67ccf092e0881dd2efdf (patch)
tree684e02cb672c957fc524be9fab304f946270acda /sql
parent3c37f35f05d02d736d551578312f3d3442108fde (diff)
downloadmariadb-git-6befd842025a5e08b0af67ccf092e0881dd2efdf.tar.gz
Update AskMonty and Atlassian references to MariaDB
Diffstat (limited to 'sql')
-rw-r--r--sql/mysql_install_db.cc6
-rw-r--r--sql/signal_handler.cc2
2 files changed, 4 insertions, 4 deletions
diff --git a/sql/mysql_install_db.cc b/sql/mysql_install_db.cc
index 9b4f45a9971..c39789f7c97 100644
--- a/sql/mysql_install_db.cc
+++ b/sql/mysql_install_db.cc
@@ -119,10 +119,10 @@ static void die(const char *fmt, ...)
if (verbose_errors)
{
fprintf(stderr,
- "http://kb.askmonty.org/v/installation-issues-on-windows contains some help\n"
+ "https://mariadb.com/kb/en/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 Knowledgebase or file a bug report at\n"
- "http://mariadb.org/jira");
+ "leave a comment in the Knowledge Base or file a bug report at\n"
+ "https://jira.mariadb.org");
}
fflush(stderr);
va_end(args);
diff --git a/sql/signal_handler.cc b/sql/signal_handler.cc
index 4591d379777..bb1e6321042 100644
--- a/sql/signal_handler.cc
+++ b/sql/signal_handler.cc
@@ -100,7 +100,7 @@ extern "C" sig_handler handle_fatal_signal(int sig)
"or misconfigured. This error can also be caused by malfunctioning hardware.\n\n");
my_safe_printf_stderr("%s",
- "To report this bug, see http://kb.askmonty.org/en/reporting-bugs\n\n");
+ "To report this bug, see https://mariadb.com/kb/en/reporting-bugs\n\n");
my_safe_printf_stderr("%s",
"We will try our best to scrape up some info that will hopefully help\n"