completing the service-specific hostname canonicalization (i think).
[monkeysphere.git] / src / monkeysphere-server
index 4c8ecdcfc48f991c8fd726e40c5fa7190882b75a..2966f7c4ec177ded5acfe3bca1bd301620bc4a9a 100755 (executable)
@@ -469,7 +469,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."