From 1a25d3fc05ecb3fd4a88df13a54edf642b21f382 Mon Sep 17 00:00:00 2001 From: maowiz <144762687+maowiz@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:30:26 +0500 Subject: [PATCH] docs: fix broken API-key instructions link in knowledge_graph_rag README The link pointed to docs/api-catalog.md which no longer exists in the repository. Point to docs/common-prerequisites.md (relative link), which contains the current API Catalog key instructions. Fixes #400 --- community/knowledge_graph_rag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/knowledge_graph_rag/README.md b/community/knowledge_graph_rag/README.md index 1d0d264fb..3418060b3 100644 --- a/community/knowledge_graph_rag/README.md +++ b/community/knowledge_graph_rag/README.md @@ -74,7 +74,7 @@ git clone https://github.com/NVIDIA/GenerativeAIExamples/ && cd GenerativeAIExam export NVIDIA_API_KEY="nvapi-*******************" ``` -If you don't have an API key, follow [these instructions](https://github.com/NVIDIA/GenerativeAIExamples/blob/main/docs/api-catalog.md#get-an-api-key-for-the-accessing-models-on-the-api-catalog) to sign up for an NVIDIA AI Foundation developer account and obtain access. +If you don't have an API key, follow [these instructions](../../docs/common-prerequisites.md) to sign up for an NVIDIA AI Foundation developer account and obtain access. ### 3. Create a Python virtual environment and activate it