From e6b1a3eff16457a7877ecbda07bf55cb74717fee Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:29:46 +0200 Subject: [PATCH] link to `https://aiobotocore.aio-libs.org` for documentation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63cefb4d..06b69c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ boto3 = [ [project.urls] Repository = "https://github.com/aio-libs/aiobotocore" -Documentation = "https://aiobotocore.readthedocs.io" +Documentation = "https://aiobotocore.aio-libs.org" [tool.setuptools.dynamic] version = { attr = "aiobotocore.__version__" }