]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/console/authenticate.cpp
Correct the authentication FAQ URL
[bacula/bacula] / bacula / src / qt-console / console / authenticate.cpp
index b2800eefb97cbd442f5eb6341f5796cc005c4988..8e73cc64ecb83982ec5a1800359d1a098777fb42 100644 (file)
@@ -169,7 +169,7 @@ bail_out:
    bsnprintf(errmsg, errmsg_len, _("Authorization problem with Director at \"%s:%d\"\n"
              "Most likely the passwords do not agree.\n"
              "If you are using TLS, there may have been a certificate validation error during the TLS handshake.\n"
-             "Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for help.\n"), 
+             "Please see http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000 for help.\n"), 
              dir->host(), dir->port());
    return false;
 }