From 1ae35490d215c1650093f9d6eadeaf67f09462bc Mon Sep 17 00:00:00 2001 From: Avril Aysha <68642378+avriiil@users.noreply.github.com> Date: Thu, 4 Jul 2024 10:48:31 +0100 Subject: [PATCH] fix api docs link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12dcf60..418c4ed 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is generated with [Stainless](https://www.stainlessapi.com/). ## Documentation -The REST API documentation can be found [on docs.unitycatalog.com](https://docs.unitycatalog.com). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found [on docs.unitycatalog.com](https://docs.unitycatalog.com). The full API of this library can be found in [api.md](https://github.com/samster25/unitycatalog-python/blob/main/api.md). ## Installation @@ -24,7 +24,7 @@ pip install git+ssh://git@github.com/undefined/unitycatalog-python.git ## Usage -The full API of this library can be found in [api.md](api.md). +The full API of this library can be found in [api.md](https://github.com/samster25/unitycatalog-python/blob/main/api.md). ```python from unitycatalog import Unitycatalog