From 7f55c957900e6cd4693e6943dc2bb47b6f60d504 Mon Sep 17 00:00:00 2001 From: sana-google <135305956+sana-google@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:26:10 +0000 Subject: [PATCH] docs: add missing link to Quickstart (#17085) Replace this entire comment with: - **Description:** Added missing link for Quickstart in Model IO documentation, - **Issue:** N/A, - **Dependencies:** N/A, - **Twitter handle:** N/A Co-authored-by: Eugene Yurtsev --- docs/docs/modules/model_io/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/model_io/index.mdx b/docs/docs/modules/model_io/index.mdx index eeb94b4850..a5cf4e81fd 100644 --- a/docs/docs/modules/model_io/index.mdx +++ b/docs/docs/modules/model_io/index.mdx @@ -17,7 +17,7 @@ A conceptual explanation of messages, prompts, LLMs vs ChatModels, and output pa ## [Quickstart](/docs/modules/model_io/quick_start) -Covers the basics of getting started working with different types of models. You should walk through [this section] if you want to get an overview of the functionality. +Covers the basics of getting started working with different types of models. You should walk through [this section](/docs/modules/model_io/quick_start) if you want to get an overview of the functionality. ## [Prompts](/docs/modules/model_io/prompts/)