From a26cf43a41dbfc974cff97321d93112ea847ecee Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Fri, 12 Jan 2018 09:49:03 -0800 Subject: [PATCH 1/2] Fix mistake in token example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa1dce6..950924a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ we plan to add support for other types as well ``` ```python - >>> from agithub import GitHub + >>> from agithub.GitHub import GitHub >>> g = GitHub(token='token') ``` From d2bd56efd4cf7f9441b120205f7fb53025a48e87 Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Fri, 12 Jan 2018 21:07:49 -0800 Subject: [PATCH 2/2] Fix broken links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 950924a..bda2f24 100644 --- a/README.md +++ b/README.md @@ -225,9 +225,9 @@ you. And if all else fails, you can strap in, and take 15 minutes to read and become an expert on the code. From there, anything's possible. -[1]: https://github.com/jpaugh/agithub/blob/master/agithub.py#L105 -[2]: https://github.com/jpaugh/agithub/blob/master/agithub.py#L24 -[3]: https://github.com/jpaugh/agithub/blob/master/agithub.py#L255 +[1]: https://github.com/jpaugh/agithub/blob/b47661df9e62224a69216a2f11dbe574990349d2/agithub/base.py#L103-L110 +[2]: https://github.com/jpaugh/agithub/blob/b47661df9e62224a69216a2f11dbe574990349d2/agithub/base.py#L22-L28 +[3]: https://github.com/jpaugh/agithub/blob/b47661df9e62224a69216a2f11dbe574990349d2/agithub/base.py#L309-L332 ## License Copyright 2012–2016 Jonathan Paugh and contributors