From be72ba9059b920cf32a8eb0ff367e92b1e9c7c6c Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 20 Sep 2024 09:47:17 -0400 Subject: [PATCH] fix: Correct project documentation link --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14025c6..e7f2676 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["LaunchDarkly "] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/launchdarkly/openfeature-python-server" -documentation = "https://launchdarkly-openfeature-server.readthedocs.io/en/latest/" +documentation = "https://launchdarkly-openfeature-python-sdk.readthedocs.io/en/latest/" classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",