aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_http.c
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2025-01-07 18:45:06 +0200
committerAndrew Lewis <nerf@judo.za.org>2025-01-07 18:45:06 +0200
commit570bc9767eef72a29c75f9be09cffd4209aa4161 (patch)
tree19024e3de9aef816e4dd0a45f72cb7e4175f7ac7 /src/lua/lua_http.c
parent4bfb2e6ecdb8c589e4d24b452a3678ae1c9010a5 (diff)
downloadrspamd-570bc9767eef72a29c75f9be09cffd4209aa4161.tar.gz
rspamd-570bc9767eef72a29c75f9be09cffd4209aa4161.zip
[Minor] Fix some broken links
Diffstat (limited to 'src/lua/lua_http.c')
-rw-r--r--src/lua/lua_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c
index 904f1cbbf..7e9e7b1df 100644
--- a/src/lua/lua_http.c
+++ b/src/lua/lua_http.c
@@ -600,7 +600,7 @@ lua_http_push_headers(lua_State *L, struct rspamd_http_message *msg)
* - `config`
*
* @param {string} url specifies URL for a request in the standard URI form (e.g. 'http://example.com/path')
- * @param {function} callback specifies callback function in format `function (err_message, code, body, headers)` that is called on HTTP request completion. if this parameter is missing, the function performs "pseudo-synchronous" call (see [Synchronous and Asynchronous API overview](/doc/lua/sync_async.html#API-example-http-module)
+ * @param {function} callback specifies callback function in format `function (err_message, code, body, headers)` that is called on HTTP request completion. if this parameter is missing, the function performs "pseudo-synchronous" call (see [Synchronous and Asynchronous API overview](/doc/developers/sync_async.html#API-example-http-module)
* @param {task} task if called from symbol handler it is generally a good idea to use the common task objects: event base, DNS resolver and events session
* @param {table} headers optional headers in form `[name='value', name='value']`
* @param {string} mime_type MIME type of the HTTP content (for example, `text/html`)