From 933c6245399c85ba2ff9004d23ac0617b56654c1 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Wed, 10 Oct 2018 10:08:21 +0300 Subject: [PATCH] docs: Lua support is no longer experimental As of #3117, Lua support is no longer experimental and shouldn't be marked as such in the documentation; it might make people scared of using it. Signed-off-by: Per Lundberg --- docs/root/intro/arch_overview/scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/arch_overview/scripting.rst b/docs/root/intro/arch_overview/scripting.rst index bbc3751a53e2d..413250da5b52a 100644 --- a/docs/root/intro/arch_overview/scripting.rst +++ b/docs/root/intro/arch_overview/scripting.rst @@ -1,5 +1,5 @@ Scripting ========= -Envoy supports experimental `Lua `_ scripting as part of a dedicated +Envoy supports `Lua `_ scripting as part of a dedicated :ref:`HTTP filter `.