diff --git a/README.rst b/README.rst index f04b7b4..e8bbd18 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ work is distributed under the `Apache License Version 2.0`_. .. _Read The Docs: http://funcsigs.readthedocs.org/ .. _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 +.. _issues system: https://github.com/aliles/funcsigs/issues .. |build_status| image:: https://secure.travis-ci.org/aliles/funcsigs.png?branch=master :target: http://travis-ci.org/#!/aliles/funcsigs diff --git a/docs/index.rst b/docs/index.rst index 5d0f42f..369adf0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -43,7 +43,7 @@ Source code for *funcsigs* is hosted on `GitHub`_. Any bug reports or feature requests can be made using GitHub's `issues system`_. .. _GitHub: https://github.com/aliles/funcsigs -.. _issues system: https://github.com/alies/funcsigs/issues +.. _issues system: https://github.com/aliles/funcsigs/issues Introspecting callables with the Signature object -------------------------------------------------