From 97c398efdf497c9bd58cd77d45a10134f875c6f1 Mon Sep 17 00:00:00 2001 From: Konrad Zawora Date: Mon, 23 Sep 2024 17:49:44 +0300 Subject: [PATCH] prune unnecessary docs --- docs/source/getting_started/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/quickstart.rst b/docs/source/getting_started/quickstart.rst index 71f4e4a1b6656..80b19ac672936 100644 --- a/docs/source/getting_started/quickstart.rst +++ b/docs/source/getting_started/quickstart.rst @@ -9,7 +9,7 @@ This guide shows how to use vLLM to: * build an API server for a large language model; * start an OpenAI-compatible API server. -Be sure to complete the `Gaudi installation instructions `_ before continuing with this guide. +Be sure to complete the :ref:`installation instructions ` before continuing with this guide. .. note::