diff --git a/doc/other.rst b/doc/other.rst index d0998b37f..8c8f71003 100644 --- a/doc/other.rst +++ b/doc/other.rst @@ -53,9 +53,9 @@ Language plugins Coverage.py plugins to enable coverage measurement of other languages. -* `django-coverage`__ measures the coverage of Django templates. +* `django-coverage-plugin`__ measures the coverage of Django templates. - __ https://pypi.org/project/django-coverage/ + __ https://pypi.org/project/django-coverage-plugin/ * `Cython`__ provides a plugin for measuring Cythonized code.