From 98da806d42c4a84158a2c96e02fda8faa8d3a337 Mon Sep 17 00:00:00 2001 From: doujiang24 Date: Sat, 20 Jul 2024 15:53:06 +0800 Subject: [PATCH] doc: tweak ref format in local_rate_limiting. (#35289) Signed-off-by: doujiang24 --- .../intro/arch_overview/other_features/local_rate_limiting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/arch_overview/other_features/local_rate_limiting.rst b/docs/root/intro/arch_overview/other_features/local_rate_limiting.rst index a9a8ab811d3b..e813ca466fae 100644 --- a/docs/root/intro/arch_overview/other_features/local_rate_limiting.rst +++ b/docs/root/intro/arch_overview/other_features/local_rate_limiting.rst @@ -5,7 +5,7 @@ Local rate limiting Envoy supports local (non-distributed) rate limiting of L4 connections via the :ref:`local rate limit listener filter ` and :ref:`local rate limit network filter `. -The difference is `local rate limit listener filter ` processes the sockets before TLS handshake and filter chain matching. +The difference is :ref:`local rate limit listener filter ` processes the sockets before TLS handshake and filter chain matching. Envoy additionally supports local rate limiting of HTTP requests via the :ref:`HTTP local rate limit filter `. This can