summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2024-02-01 17:32:09 +0200
committerAndrew Lewis <nerf@judo.za.org>2024-02-01 17:32:09 +0200
commitb66bbcbea15a54e9b78c7a5044bf81c128855903 (patch)
treef3ea45d08a7aacc195e0ce04e6c8c628aab96b33 /src
parent41ee1140eb2069f5afb07cf28999f7e9d09d234d (diff)
downloadrspamd-b66bbcbea15a54e9b78c7a5044bf81c128855903.tar.gz
rspamd-b66bbcbea15a54e9b78c7a5044bf81c128855903.zip
[Minor] rspamd_task API docs: fix broken link
Diffstat (limited to 'src')
-rw-r--r--src/lua/lua_task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index 727860208..dd2ca108b 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -635,7 +635,7 @@ LUA_FUNCTION_DEF(task, get_user);
LUA_FUNCTION_DEF(task, set_user);
/***
* @method task:get_from_ip()
- * Returns [ip_addr](ip.md) object of a sender that is provided by MTA
+ * Returns [rspamd_ip](rspamd_ip.md) object of a sender that is provided by MTA
* @return {rspamd_ip} ip address object
*/
LUA_FUNCTION_DEF(task, get_from_ip);
@@ -648,7 +648,7 @@ LUA_FUNCTION_DEF(task, set_from_ip);
LUA_FUNCTION_DEF(task, get_from_ip_num);
/***
* @method task:get_client_ip()
- * Returns [ip_addr](ip.md) object of a client connected to rspamd (normally, it is an IP address of MTA)
+ * Returns [rspamd_ip](rspamd_ip.md) object of a client connected to rspamd (normally, it is an IP address of MTA)
* @return {rspamd_ip} ip address object
*/
LUA_FUNCTION_DEF(task, get_client_ip);