From e38d7bf9ea15d86bc54924a800498630cfea27ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Hern=C3=A1ndez?= <23639005+israel-hdez@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:51:26 -0600 Subject: [PATCH] Fix links to install script and quickstart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com> --- docs/install/install-script.md | 2 +- docs/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/install-script.md b/docs/install/install-script.md index 9a776ffb..de7d43b6 100644 --- a/docs/install/install-script.md +++ b/docs/install/install-script.md @@ -43,7 +43,7 @@ A secret named `model-serving-etcd` will be created and passed to the controller To install the most recent _stable release_ of [modelmesh-serving](https://github.com/kserve/modelmesh-serving/releases/latest) -follow the [Installation instructions](https://github.com/kserve/modelmesh-serving/blob/release-0.12.0/docs/install/install-script.md) for version `v0.12.0`. +follow the [Installation instructions](https://github.com/kserve/modelmesh-serving/blob/v0.12.0/docs/install/install-script.md) for version `v0.12.0`. Start by cloning the [modelmesh-serving](https://github.com/kserve/modelmesh-serving.git) repository: diff --git a/docs/quickstart.md b/docs/quickstart.md index 498983a3..65e01f5e 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -7,7 +7,7 @@ To quickly get started using ModelMesh Serving, here is a brief guide. > **Note**: This document describes how to install the _latest unreleased_ > version of ModelMesh for developers and early adopters. To install the > most recent _stable release_, please follow the -> [Quick Start Guide for version 0.12.0](https://github.com/kserve/modelmesh-serving/blob/release-0.12.0/docs/quickstart.md). +> [Quick Start Guide for version 0.12.0](https://github.com/kserve/modelmesh-serving/blob/v0.12.0/docs/quickstart.md). ## Prerequisites