From 574a3ba87d66a9f8a2f269848efc167bb02522c6 Mon Sep 17 00:00:00 2001 From: Daniel Perrefort Date: Sat, 27 Dec 2025 21:46:45 -0500 Subject: [PATCH] Fixes broken link in documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 09575b0..71fe89d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # Keystone Python Client -Keystone includes an official Python client designed to simplify integration with the platform's [REST API](../keystone-api). +Keystone includes an official Python client designed to simplify integration with the platform's [REST API](../../keystone-api/). It handles authentication, request execution, and response parsing, allowing developers to concentrate on application logic rather than API mechanics.