summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-02-06 11:33:14 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-02-06 11:33:14 +0100
commit3d3e4dc554b8ebc7dadf6f3b8f9af9af00c75009 (patch)
treee52a06e8bd2ecda4343572ddcbcd21dc2cc8fcd3 /scripts
parentad24727854bbaef98b67357133bcb0621c7284a2 (diff)
downloadqutebrowser-3d3e4dc554b8ebc7dadf6f3b8f9af9af00c75009.tar.gz
qutebrowser-3d3e4dc554b8ebc7dadf6f3b8f9af9af00c75009.zip
Update changelog URLs
Diffstat (limited to 'scripts')
-rw-r--r--scripts/dev/changelog_urls.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 86ceb99c3..6e4281149 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -2,7 +2,7 @@
"pylint": "https://pylint.pycqa.org/en/latest/whatsnew/2/index.html",
"tomlkit": "https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md",
"dill": "https://github.com/uqfoundation/dill/commits/master",
- "isort": "https://pycqa.github.io/isort/CHANGELOG.html",
+ "isort": "https://github.com/PyCQA/isort/blob/main/CHANGELOG.md",
"lazy-object-proxy": "https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst",
"mccabe": "https://github.com/PyCQA/mccabe#changes",
"pytest-cov": "https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst",
@@ -41,7 +41,7 @@
"Jinja2": "https://jinja.palletsprojects.com/en/latest/changes/",
"MarkupSafe": "https://markupsafe.palletsprojects.com/en/latest/changes/",
"flake8": "https://github.com/PyCQA/flake8/tree/main/docs/source/release-notes",
- "flake8-docstrings": "https://pypi.org/project/flake8-docstrings/",
+ "flake8-docstrings": "https://github.com/PyCQA/flake8-docstrings/blob/main/HISTORY.rst",
"flake8-debugger": "https://github.com/JBKahn/flake8-debugger/",
"flake8-builtins": "https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst",
"flake8-bugbear": "https://github.com/PyCQA/flake8-bugbear#change-log",