From e55f89466b44f8f7e3caec8084ff538cce9a8c2c Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 15 Jan 2018 17:27:00 -0500 Subject: [PATCH 1/2] Fixed Typo in URL --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2a18ff75fab4e4073f46270fa1538b3082255e62 Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 15 Jan 2018 17:28:09 -0500 Subject: [PATCH 2/2] Fixed typo in URL --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -------------------------------------------------