From 1ab0ea4b32df0cd240d2f9b76dd22f3fb45467d1 Mon Sep 17 00:00:00 2001 From: Brian Siao Tick Chong Date: Tue, 21 Nov 2023 15:30:41 -0800 Subject: [PATCH] update documentation links with new domain --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ae034d..f6775ed 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pip install lightspark ## Documentation -The documentation for this SDK (installation, usage, etc.) is available at https://app.lightspark.com/docs/sdk +The documentation for this SDK (installation, usage, etc.) is available at https://docs.lightspark.com/lightspark-sdk/getting-started?language=Python ## Sample code diff --git a/setup.cfg b/setup.cfg index 45bd3b8..0c0bd46 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ author_email = info@lightspark.com license = Apache-2.0 license_files = LICENSE.rst project_urls = - Documentation = https://app.lightspark.com/docs/api + Documentation = https://docs.lightspark.com/lightspark-sdk/getting-started?language=Python Source Code = https://github.com/lightsparkdev/python-sdk [options]