From 6fd4e0a2a422bbe3855c796b1ca673f402b7002c Mon Sep 17 00:00:00 2001 From: Christie Ellks Date: Wed, 4 Sep 2024 11:20:36 -0700 Subject: [PATCH] Update index.md (#498) --- api/python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/index.md b/api/python/index.md index 1bfee3f93..24312359d 100644 --- a/api/python/index.md +++ b/api/python/index.md @@ -13,7 +13,7 @@ programmatically access nodes in the Data Commons knowledge graph. This package allows users to explore the structure of the graph, integrate statistics from the graph into data analysis workflows and much more. -> **Note:** The Python API only supports [v1](/api/rest/v1/) of the REST APIs. +> **Note:** The Python API only supports [v1](/api/rest/v1) of the REST APIs. Before proceeding, make sure you have followed the setup instructions below.