--- a/candolint/adapters.py Thu Nov 17 00:43:26 2016 +0800
+++ b/candolint/adapters.py Thu Nov 17 16:16:16 2016 +0800
class GithubAdapter(HostingAdapter):
def get_commit_url(self, change):
- return '{url}/commits/{node}'.format(**{
+ return '{url}/commit/{node}'.format(**{