diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-03 17:47:40 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-04-03 18:21:02 -0700 |
| commit | e1bf88366890c260449fcc883cdb12a763794fbe (patch) | |
| tree | 102e6d75b16317d192f63b6329344bcdcd0b158b /docs/source/internal | |
| parent | e0116d8e77fb04acc62095734ec49e779f24ee54 (diff) | |
| download | flake8-e1bf88366890c260449fcc883cdb12a763794fbe.tar.gz | |
fix manual gitlab links
Diffstat (limited to 'docs/source/internal')
| -rw-r--r-- | docs/source/internal/contributing.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/internal/contributing.rst b/docs/source/internal/contributing.rst index d5c8d8d..26cc029 100644 --- a/docs/source/internal/contributing.rst +++ b/docs/source/internal/contributing.rst @@ -51,7 +51,7 @@ Filing a Bug ============ When filing a bug against |Flake8|, please fill out the issue template as it -is provided to you by `GitLab`_. If your bug is in reference to one of the +is provided to you by `GitHub`_. If your bug is in reference to one of the checks that |Flake8| reports by default, please do not report them to |Flake8| unless |Flake8| is doing something to prevent the check from running or you have some reason to believe |Flake8| is inhibiting the effectiveness of the @@ -131,7 +131,7 @@ documentation generation and refresh the documentation you're working on. Contributing Code ================= -|Flake8| development happens on `GitLab`_. Code contributions should be +|Flake8| development happens on `GitHub`_. Code contributions should be submitted there. Merge requests should: @@ -202,8 +202,8 @@ delivered. .. _tox: https://tox.readthedocs.io/ -.. _GitLab: - https://gitlab.com/pycqa/flake8 +.. _GitHub: + https://github.com/pycqa/flake8 .. _pycodestyle: https://github.com/pycqa/pycodestyle |
