summaryrefslogtreecommitdiff
path: root/docs/source/plugin-development
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/source/plugin-development
parente0116d8e77fb04acc62095734ec49e779f24ee54 (diff)
downloadflake8-e1bf88366890c260449fcc883cdb12a763794fbe.tar.gz
fix manual gitlab links
Diffstat (limited to 'docs/source/plugin-development')
-rw-r--r--docs/source/plugin-development/registering-plugins.rst2
1 files changed, 1 insertions, 1 deletions
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",
],