From f73ecda80e51643bd1e18c2e74b72ce369764c72 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Thu, 26 Oct 2023 08:04:36 -0400 Subject: [PATCH] fix link --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74ae7e7e..f0d01b9d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ author_email = "nicholas.landry@uvm.edu" project_urls = { - "Documentation": "https://xgi.readthedocs.io/en/latest/", + "Documentation": "https://xgi.readthedocs.io/en/stable/", "Bug Reports": "https://github.com/xgi-org/xgi/issues", "Source": "https://github.com/xgi-org/xgi", "PyPI": "https://pypi.org/project/xgi/",