summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-04-03 17:47:40 -0700
committerAnthony Sottile <asottile@umich.edu>2021-04-03 18:21:02 -0700
commite1bf88366890c260449fcc883cdb12a763794fbe (patch)
tree102e6d75b16317d192f63b6329344bcdcd0b158b /docs
parente0116d8e77fb04acc62095734ec49e779f24ee54 (diff)
downloadflake8-e1bf88366890c260449fcc883cdb12a763794fbe.tar.gz
fix manual gitlab links
Diffstat (limited to 'docs')
-rw-r--r--docs/source/internal/contributing.rst8
-rw-r--r--docs/source/manpage.rst2
-rw-r--r--docs/source/plugin-development/registering-plugins.rst2
-rw-r--r--docs/source/user/using-hooks.rst2
4 files changed, 7 insertions, 7 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
diff --git a/docs/source/manpage.rst b/docs/source/manpage.rst
index 826ec8b..9636b1f 100644
--- a/docs/source/manpage.rst
+++ b/docs/source/manpage.rst
@@ -144,4 +144,4 @@ McCabe: https://github.com/pycqa/mccabe
BUGS
====
-Please report all bugs to https://gitlab.com/pycqa/flake8
+Please report all bugs to https://github.com/pycqa/flake8
diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst
index d1718bf..b9e87fb 100644
--- a/docs/source/plugin-development/registering-plugins.rst
+++ b/docs/source/plugin-development/registering-plugins.rst
@@ -40,7 +40,7 @@ like:
description="our extension to flake8",
author="Me",
author_email="example@example.com",
- url="https://gitlab.com/me/flake8_example",
+ url="https://github.com/me/flake8_example",
packages=[
"flake8_example",
],
diff --git a/docs/source/user/using-hooks.rst b/docs/source/user/using-hooks.rst
index d8af5f8..5a2e2b0 100644
--- a/docs/source/user/using-hooks.rst
+++ b/docs/source/user/using-hooks.rst
@@ -10,7 +10,7 @@ started is to add this configuration to your ``.pre-commit-config.yaml``:
.. code-block:: yaml
- - repo: https://gitlab.com/pycqa/flake8
+ - repo: https://github.com/pycqa/flake8
rev: '' # pick a git hash / tag to point to
hooks:
- id: flake8