File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pycodestyle (formerly called pep8) - Python style guide checker
6
6
:alt: Build status
7
7
8
8
.. image :: https://readthedocs.org/projects/pycodestyle/badge/?version=latest
9
- :target: https://pycodestyle.readthedocs.io
9
+ :target: https://pycodestyle.pycqa.org
10
10
:alt: Documentation Status
11
11
12
12
.. image :: https://img.shields.io/pypi/wheel/pycodestyle.svg
@@ -103,6 +103,6 @@ Or you can display how often each error was found::
103
103
Links
104
104
-----
105
105
106
- * `Read the documentation <https://pycodestyle.readthedocs.io / >`_
106
+ * `Read the documentation <https://pycodestyle.pycqa.org / >`_
107
107
108
108
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle >`_
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Contents:
21
21
API <api >
22
22
developer
23
23
24
- * Online documentation: https://pycodestyle.readthedocs.io /
24
+ * Online documentation: https://pycodestyle.pycqa.org /
25
25
* Source code and issue tracker: https://github.com/pycqa/pycodestyle
26
26
27
27
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_long_description():
28
28
author_email = 'johann@rocholl.net' ,
29
29
maintainer = 'Ian Lee' ,
30
30
maintainer_email = 'IanLee1521@gmail.com' ,
31
- url = 'https://pycodestyle.readthedocs.io /' ,
31
+ url = 'https://pycodestyle.pycqa.org /' ,
32
32
license = 'Expat license' ,
33
33
py_modules = ['pycodestyle' ],
34
34
namespace_packages = [],
You can’t perform that action at this time.
0 commit comments