From 442011d71431f83b8ab2220b3d7c8a896f062096 Mon Sep 17 00:00:00 2001 From: facelessuser Date: Tue, 4 Apr 2023 17:17:05 -0600 Subject: [PATCH] Update bad links Fixes #1999 --- docs/src/markdown/about/development.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/markdown/about/development.md b/docs/src/markdown/about/development.md index 6a0f2a326..f6b859f27 100644 --- a/docs/src/markdown/about/development.md +++ b/docs/src/markdown/about/development.md @@ -28,9 +28,9 @@ utilizes the Flake8 linter (with some additional plugins) to ensure code conform When in doubt follow the formatting hints of existing code when adding or modifying files. existing files. Listed below are the modules used: -- @gitlab:pycqa/flake8 -- @gitlab:pycqa/flake8-docstrings -- @gitlab:pycqa/pep8-naming +- @PyCQA/flake8 +- @PyCQA/flake8-docstrings +- @PyCQA/pep8-naming - @ebeweber/flake8-mutable - @gforcada/flake8-builtins