We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1bc82 commit 2881a2eCopy full SHA for 2881a2e
pipeline/filters/lua.md
@@ -185,7 +185,8 @@ To avoid type conversion, use the `type_int_key` property.
185
### Protected Mode
186
187
Fluent Bit supports protected mode to prevent crashes if it executes an invalid Lua script.
188
-See also [Error Handling in Application Code](https://www.lua.org/pil/24.3.1.html).
+See [Error Handling in Application Code](https://www.lua.org/pil/24.3.1.html) in
189
+the Lua documentation for more information.
190
191
192
## Code Examples
0 commit comments