From 569d84a75fd9ec61af3debd16256dbe98c4116bd Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Wed, 26 Jun 2013 00:16:30 +0800 Subject: [PATCH] Update github.py --- plugins/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github.py b/plugins/github.py index 671e80e..7aaee62 100644 --- a/plugins/github.py +++ b/plugins/github.py @@ -58,5 +58,5 @@ def ghissues(inp): user = data["user"]["login"] title = data["title"] summary = truncate(data["body"]) - gitiourl = gitio.gitio(data["url"]) + gitiourl = gitio.gitio(data["html_url"]) return fmt % (number, state, user, title, summary, gitiourl)