From a23e628a14f62c36635d6571a3c3607b23e74b78 Mon Sep 17 00:00:00 2001 From: Michael Chestnut Date: Tue, 29 Jun 2021 15:59:03 -0500 Subject: [PATCH] change path in setup back to old docs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a047ce5..2997b26 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ REPOSITORY = "https://github.com/PingThingsIO/btrdb-python" PACKAGE = "btrdb" URL = "http://btrdb.io/" -DOCS_URL = "https://btrdb-python.readthedocs.io/en/latest/" +DOCS_URL = "https://btrdb.readthedocs.io/en/latest/" ## Define the keywords KEYWORDS = ('btrdb', 'berkeley', 'timeseries', 'database', 'bindings' 'gRPC')