Merge commit 'dkg/master'
[monkeysphere.git] / src / monkeysphere-server
index 0aa6dbcfb92c25e5573f5967dcfacb4ee314e5c0..c81c066f167e5a2b7e10db131aede4a7a6798737 100755 (executable)
@@ -468,7 +468,7 @@ revoke_hostname() {
     echo "WARNING: There is a known bug in this function."
     echo "This function has been known to occasionally revoke the wrong user ID."
     echo "Please see the following bug report for more information:"
-    echo "http://monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/"
+    echo "http://web.monkeysphere.info/bugs/revoke-hostname-revoking-wrong-userid/"
     read -p "Are you sure you would like to proceed? (y/N) " OK; OK=${OK:=N}
     if [ ${OK/y/Y} != 'Y' ] ; then
        failure "aborting."