diff --git a/docs/conf.py b/docs/conf.py index 8965974a..f7cf5cec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ extensions = ["sphinx.ext.extlinks", "sphinx.ext.autodoc", "sphinx_copybutton"] extlinks = { - "issue": ("https://github.com/simonw/datasette/issues/%s", "#"), + "issue": ("https://github.com/simonw/datasette/issues/%s", "#%s"), } # Add any paths that contain templates here, relative to this directory.