diff --git a/bears/python/MypyBear.py b/bears/python/MypyBear.py index f4af2951ce..04dde293cd 100644 --- a/bears/python/MypyBear.py +++ b/bears/python/MypyBear.py @@ -125,7 +125,7 @@ def create_arguments(self, filename, file, config_file, elif language.lower() not in ('python 3', 'python'): # Ideally, this would fail the check, but there's no good # way to fail from create_arguments. - # See https://github.com/coala-analyzer/coala/issues/2573 + # See https://github.com/coala/coala/issues/2573 self.err( 'Language needs to be "Python", "Python 2" or "Python 3". ' 'Assuming Python 3.')