Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Features
Documentation
=============

The full documentation is available at https://overloading.readthedocs.org/.
The full documentation is available at https://overloading.readthedocs.io/.


Installation
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
_title = 'overloading.py documentation'
_subtitle = 'Function overloading for Python 3'
_project_url = 'https://github.com/bintoro/overloading.py'
_doc_url = 'https://overloading.readthedocs.org'
_doc_url = 'https://overloading.readthedocs.io'

version = __version__
release = __version__
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Notable changes since v0.4


.. include:: ../README.rst
:start-after: https://overloading.readthedocs.org/.
:start-after: https://overloading.readthedocs.io/.


Links
Expand Down
2 changes: 1 addition & 1 deletion overloading.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Function overloading for Python 3

* Project repository: https://github.com/bintoro/overloading.py
* Documentation: https://overloading.readthedocs.org/
* Documentation: https://overloading.readthedocs.io/

Copyright © 2014–2016 Kalle Tuure. Released under the MIT License.

Expand Down