From 67eb5ebe95cc8bae2cb48e1a71e748110b23d2f4 Mon Sep 17 00:00:00 2001 From: Denis Zalevskiy Date: Mon, 13 Dec 2021 16:53:37 +0200 Subject: [PATCH] Update package documentation URL (#83) So it points to the right location. Fixes #81 Signed-off-by: Denis Zalevskiy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e432cf94..de7240b7 100644 --- a/setup.py +++ b/setup.py @@ -78,7 +78,7 @@ setup( maintainer="Aleksei Atavin, Denis Zalevskiy, Rushi Agrawal, Shephali Mittal", maintainer_email="axeo@aiven.io, dez@aiven.io, rushi.agr@gmail.com, shephalm@amazon.com", project_urls={ - "Documentation": "https://opensearch-py.readthedocs.io", + "Documentation": "https://opensearch.org/docs/clients/python", "Source Code": "https://github.com/opensearch-project/opensearch-py", "Issue Tracker": "https://github.com/opensearch-project/opensearch-py/issues", },