From 5eea25882c251457088830ea1e1a166c64aaec0f Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 28 Mar 2022 01:14:12 -0700 Subject: [PATCH] Fix changelog / docs link I fat-fingered this in https://github.com/flask-debugtoolbar/flask-debugtoolbar/pull/164 so correcting it. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index bbb87c7..778f680 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,8 +11,8 @@ long_description_content_type = text/x-rst keywords = flask, debug, toolbar url = https://github.com/flask-debugtoolbar/flask-debugtoolbar project_urls = - Changelog = https://github.com/jeffwidman/cqlsh#changelog - Documentation = https://github.com/flask-debugtoolbar/flask-debugtoolbar/blob/master/CHANGES.rst + Changelog = https://github.com/flask-debugtoolbar/flask-debugtoolbar/blob/master/CHANGES.rst + Documentation = https://flask-debugtoolbar.readthedocs.io/ classifiers = Development Status :: 4 - Beta Environment :: Web Environment