From 969348a552e76101e5dadde6b8f65694a5198fdf Mon Sep 17 00:00:00 2001 From: zirain Date: Fri, 24 Jan 2025 19:36:03 +0800 Subject: [PATCH] docs: fix broken link (#38178) Signed-off-by: zirain --- docs/root/configuration/http/http_filters/lua_filter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/configuration/http/http_filters/lua_filter.rst b/docs/root/configuration/http/http_filters/lua_filter.rst index 0da8ee1867c4..97dd35259526 100644 --- a/docs/root/configuration/http/http_filters/lua_filter.rst +++ b/docs/root/configuration/http/http_filters/lua_filter.rst @@ -278,7 +278,7 @@ Or, through ``bodyChunks()`` API, which let Envoy to skip buffering the upstream Complete example ---------------- -A complete example using Docker is available in :repo:`/examples/lua`. +A complete example using Docker is available in `here `__. Stream handle API -----------------