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]