Skip to content

Commit bda4b79

Browse files
authored
Merge pull request #940 from slokhorst/doc-url
Update documentation URLs to pycodestyle.pycqa.org
2 parents 1797af2 + a317cd3 commit bda4b79

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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::
103103
Links
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>`_

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_long_description():
2828
author_email='johann@rocholl.net',
2929
maintainer='Ian Lee',
3030
maintainer_email='IanLee1521@gmail.com',
31-
url='https://pycodestyle.readthedocs.io/',
31+
url='https://pycodestyle.pycqa.org/',
3232
license='Expat license',
3333
py_modules=['pycodestyle'],
3434
namespace_packages=[],

0 commit comments

Comments
 (0)