From bed27aa64dd2d14b26040f06797c4c0292e5e2ca Mon Sep 17 00:00:00 2001 From: Karol Blaszczak Date: Fri, 9 Feb 2024 12:29:57 +0100 Subject: [PATCH] [DOCS] tiny fix for ovms linking (#22755) --- .../running_inference_with_openvino/stateful_models_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles_en/openvino_workflow/running_inference_with_openvino/stateful_models_intro.rst b/docs/articles_en/openvino_workflow/running_inference_with_openvino/stateful_models_intro.rst index afa7b12f213..03c3260d59c 100644 --- a/docs/articles_en/openvino_workflow/running_inference_with_openvino/stateful_models_intro.rst +++ b/docs/articles_en/openvino_workflow/running_inference_with_openvino/stateful_models_intro.rst @@ -143,4 +143,4 @@ You can find more examples demonstrating how to work with states in other articl * `LLM Chatbot notebook `__ * :doc:`Speech Recognition sample ` -* :doc:`Serving Stateful Models with OpenVINO Model Server ` +* :doc:`Serving Stateful Models with OpenVINO Model Server `