diff --git a/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst b/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst index 8bc05dc87adb1..724d7871f2cce 100644 --- a/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst +++ b/docs/root/faq/debugging/why_is_envoy_sending_http2_resets.rst @@ -17,6 +17,6 @@ from the file "source/common/http/http2/codec_impl.cc" of the form for example: `invalid http2: Invalid HTTP header field was received: frame type: 1, stream: 1, name: [content-length], value: [3]` -You can also check :ref:`HTTP/2 stats``: in many cases where +You can also check :ref:`HTTP/2 stats `: in many cases where Envoy resets streams, for example if there are more headers than allowed by configuration or flood detection kicks in, http2 counters will be incremented as the streams are reset.