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
66 :alt: Build status
77
88.. image :: https://readthedocs.org/projects/pycodestyle/badge/?version=latest
9- :target: https://pycodestyle.readthedocs.io
9+ :target: https://pycodestyle.pycqa.org
1010 :alt: Documentation Status
1111
1212.. image :: https://img.shields.io/pypi/wheel/pycodestyle.svg
@@ -103,6 +103,6 @@ Or you can display how often each error was found::
103103Links
104104-----
105105
106- * `Read the documentation <https://pycodestyle.readthedocs.io / >`_
106+ * `Read the documentation <https://pycodestyle.pycqa.org / >`_
107107
108108* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle >`_
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Contents:
2121 API <api >
2222 developer
2323
24- * Online documentation: https://pycodestyle.readthedocs.io /
24+ * Online documentation: https://pycodestyle.pycqa.org /
2525* Source code and issue tracker: https://github.com/pycqa/pycodestyle
2626
2727
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_long_description():
28282929 maintainer = 'Ian Lee' ,
3030 maintainer_email = '[email protected] ' ,
31- url = 'https://pycodestyle.readthedocs.io /' ,
31+ url = 'https://pycodestyle.pycqa.org /' ,
3232 license = 'Expat license' ,
3333 py_modules = ['pycodestyle' ],
3434 namespace_packages = [],
You can’t perform that action at this time.
0 commit comments