From 84810388d0625a6c62b2fe8f71d8fab79409e827 Mon Sep 17 00:00:00 2001 From: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:58:50 +0000 Subject: [PATCH] [None][doc] Fix a invalid link. Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com> --- docs/source/llm-api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/llm-api/index.md b/docs/source/llm-api/index.md index 04657eb7dda..636dec30665 100644 --- a/docs/source/llm-api/index.md +++ b/docs/source/llm-api/index.md @@ -10,7 +10,7 @@ While the LLM API simplifies inference workflows with a high-level interface, it ## Quick Start Example A simple inference example with TinyLlama using the LLM API: -```{literalinclude} ../../examples/llm-api/quickstart_example.py +```{literalinclude} ../../../examples/llm-api/quickstart_example.py :language: python :linenos: ```