Skip to content

Commit 6fd9e6f

Browse files
committed
Finished updating rtd links
Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io
1 parent f811cde commit 6fd9e6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Bug fixes:
406406
(Issue #93 and #141)
407407

408408
* Add the Sphinx-based documentation, and publish it
409-
on https://pep8.readthedocs.io/. (Issue #105)
409+
on https://pycodestyle.readthedocs.io/. (Issue #105)
410410

411411

412412
1.3.4 (2012-12-18)

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Contributing to ``pep8``
22
========================
33

4-
Please see the `developer notes <https://pep8.readthedocs.io/en/latest/developer.html>`_
4+
Please see the `developer notes <https://pycodestyle.readthedocs.io/en/latest/developer.html>`_

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://pep8.readthedocs.io/
24+
* Online documentation: https://pycodestyle.readthedocs.io/
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
@@ -26,7 +26,7 @@ def get_long_description():
2626
keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8',
2727
author='Johann C. Rocholl',
2828
author_email='[email protected]',
29-
url='https://pep8.readthedocs.io/',
29+
url='https://pycodestyle.readthedocs.io/',
3030
license='Expat license',
3131
py_modules=['pycodestyle'],
3232
namespace_packages=[],

0 commit comments

Comments
 (0)