scripts: Update path to flake8 release notes

This commit is contained in:
Florian Bruhin 2021-10-11 14:38:38 +02:00
parent b75786560d
commit 82ee43a56a
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ CHANGELOG_URLS = {
'attrs': 'https://www.attrs.org/en/stable/changelog.html',
'Jinja2': 'https://jinja.palletsprojects.com/en/latest/changes/',
'MarkupSafe': 'https://markupsafe.palletsprojects.com/en/latest/changes/',
'flake8': 'https://gitlab.com/pycqa/flake8/tree/master/docs/source/release-notes',
'flake8': 'https://github.com/PyCQA/flake8/tree/main/docs/source/release-notes',
'flake8-docstrings': 'https://pypi.org/project/flake8-docstrings/',
'flake8-debugger': 'https://github.com/JBKahn/flake8-debugger/',
'flake8-builtins': 'https://github.com/gforcada/flake8-builtins/blob/master/CHANGES.rst',