mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes documentation links
This commit is contained in:
parent
2f53ef5bcb
commit
78dc7cc2b2
39 changed files with 125 additions and 124 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue