diff --git a/CHANGES.rst b/CHANGES.rst
index 907312b..0a048b4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,7 +8,7 @@ CHANGES
- McCabe complexity warnings are now prefixed by a ``C`` instead of a ``W``
- Flake8 now supports extensions through entry points
- Due to the above support, we now **require** setuptools
-- We now have `documentation `_
+- We now have `documentation `_
- Fixes #13: pep8 and pyflakes are now external dependencies
- Split run.py into main.py and hooks.py for better logic
- Expose our parser for our users