Fixes documentation links

This commit is contained in:
Matteo Biscosi 2025-02-17 12:19:06 +01:00
parent 2f53ef5bcb
commit 78dc7cc2b2
39 changed files with 125 additions and 124 deletions

View file

@ -251,7 +251,7 @@ function email.runTest(recipient)
if sent.success then
message_info = i18n("prefs.email_sent_successfully")
else
message_info = i18n("prefs.email_send_error", {msg = sent.msg, url = "https://www.ntop.org/guides/ntopng/web_gui/alerts.html#email"})
message_info = i18n("prefs.email_send_error", {msg = sent.msg, url = "https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#email"})
end
return sent.success, message_info