summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-05-21 21:19:05 +0000
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-05-21 21:19:05 +0000
commit63b603c7341cc0c56af7b6d2281e19810cb43365 (patch)
tree94a9f7d9d2a83edee7bf4de347915052f955005f /docs/source
parentd6ab32112f06e49f5f7889889c0903af15321825 (diff)
parentcc5558c926eb04a63d4311002e0446bac74af0eb (diff)
downloadflake8-63b603c7341cc0c56af7b6d2281e19810cb43365.tar.gz
Merge branch 'link-fixes' into 'master'
docs: Link fixes and redirect avoidance Closes #308 See merge request pycqa/flake8!235
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/plugin-development/cross-compatibility.rst2
-rw-r--r--docs/source/plugin-development/registering-plugins.rst2
-rw-r--r--docs/source/user/using-plugins.rst6
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/plugin-development/cross-compatibility.rst b/docs/source/plugin-development/cross-compatibility.rst
index 9cf38b8..9deadec 100644
--- a/docs/source/plugin-development/cross-compatibility.rst
+++ b/docs/source/plugin-development/cross-compatibility.rst
@@ -182,6 +182,6 @@ fact that pep8 or pycodestyle is not installed.
.. links
-.. _flake8-polyfill: https://pypi.io/project/flake8-polyfill/
+.. _flake8-polyfill: https://pypi.org/project/flake8-polyfill/
.. |polyfill| replace:: ``flake8-polyfill``
diff --git a/docs/source/plugin-development/registering-plugins.rst b/docs/source/plugin-development/registering-plugins.rst
index 851a9e7..39c3083 100644
--- a/docs/source/plugin-development/registering-plugins.rst
+++ b/docs/source/plugin-development/registering-plugins.rst
@@ -139,4 +139,4 @@ by 3 numbers (i.e.* ``ABC123`` *).*
.. _Entry Points:
- http://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
+ https://setuptools.readthedocs.io/en/latest/pkg_resources.html#entry-points
diff --git a/docs/source/user/using-plugins.rst b/docs/source/user/using-plugins.rst
index fad1911..3971578 100644
--- a/docs/source/user/using-plugins.rst
+++ b/docs/source/user/using-plugins.rst
@@ -59,8 +59,8 @@ documented this for you.
.. _PyPI:
- https://pypi.io/
+ https://pypi.org/
.. _flake8-docstrings:
- https://pypi.io/project/flake8-docstrings/
+ https://pypi.org/project/flake8-docstrings/
.. _flake8-future:
- https://pypi.io/project/flake8-future/
+ https://pypi.org/project/flake8-future/