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