From 94d9d65d55ee86cbef396c8f93bc5823d3159df5 Mon Sep 17 00:00:00 2001 From: Nicole McAllister Date: Mon, 3 Mar 2025 17:15:00 -0800 Subject: [PATCH] Fix 2 links --- docs/docs/index.md | 2 +- docs/docs/user-guide/quickstart-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 648be762..d5e17811 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -14,6 +14,6 @@ NeMo Retriever Extraction (NV-Ingest) is a scalable, performance-oriented docume Install NV-Ingest and set up your environment to start accelerating your workflows. - [Get Started](user-guide/overview.md){ .md-button .md-button } + [Get Started](user-guide/overview){ .md-button .md-button } diff --git a/docs/docs/user-guide/quickstart-guide.md b/docs/docs/user-guide/quickstart-guide.md index be78d39a..c93247a5 100644 --- a/docs/docs/user-guide/quickstart-guide.md +++ b/docs/docs/user-guide/quickstart-guide.md @@ -3,7 +3,7 @@ To get started using NV-Ingest, you need to do a few things: 1. [Start supporting NIM microservices](#step-1-starting-containers) 🏗️ -2. [Install the NVIDIA Ingest client dependencies in a Python environment](#step-2-installing-python-dependencies) 🐍 +2. [Install the NVIDIA Ingest client dependencies in a Python environment](#step-2-install-python-dependencies) 🐍 3. [Submit ingestion job(s)](#step-3-ingesting-documents) 📓 4. [Inspect and consume results](#step-4-inspecting-and-consuming-results) 🔍