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 @@ -65,7 +65,7 @@ work is distributed under the `Apache License Version 2.0`_.
.. _GitHub: https://github.com/aliles/funcsigs
.. _PSF License Agreement: http://docs.python.org/3/license.html#terms-and-conditions-for-accessing-or-otherwise-using-python
.. _Travis CI: http://travis-ci.org/
.. _Read The Docs: http://funcsigs.readthedocs.org/
.. _Read The Docs: https://funcsigs.readthedocs.io/
.. _PEP 362: http://www.python.org/dev/peps/pep-0362/
.. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signature-object
.. _issues system: https://github.com/alies/funcsigs/issues
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load_rst(filename='docs/source/guide_content.rst'):
zip_safe=False,
author="Aaron Iles",
author_email="aaron.iles@gmail.com",
url="http://funcsigs.readthedocs.org",
url="https://funcsigs.readthedocs.io",
description="Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+",
long_description=open('README.rst').read(),
# long_description=load_rst(),
Expand Down