summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-10-05 13:16:54 -0400
committercmiller@zippy.cornsilk.net <>2007-10-05 13:16:54 -0400
commiteedde95a3308f5ab95f886bb3145be8d338264f3 (patch)
tree355e911eff72f238ba317a8a15b11dca26332332 /scripts
parent5f45fd05bfdec6930eefa54d99e8c72ae4ef0238 (diff)
downloadmariadb-git-eedde95a3308f5ab95f886bb3145be8d338264f3.tar.gz
Change URLs.
Our web server has been restructured several times, and references to it in our source code has stayed the same. This patch from Paul DuBois updates all URLs to modern semantics.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysqld_safe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh
index 52fe282f916..e6b015e7d16 100644
--- a/scripts/mysqld_safe.sh
+++ b/scripts/mysqld_safe.sh
@@ -231,7 +231,7 @@ then
echo "Please do a cd to the mysql installation directory and restart"
echo "this script from there as follows:"
echo "./bin/mysqld_safe".
- echo "See http://dev.mysql.com/doc/mysql/en/mysqld_safe.html for more"
+ echo "See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more"
echo "information"
exit 1
fi