Skip to content

Commit 0bfaf98

Browse files
committed
update to new repo location
1 parent 544a761 commit 0bfaf98

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ignore_errors=True`` (`issue 78`_).
191191
When using ``source=.``, an existing coverage HTML report directory would be
192192
found and believed to be unmeasured HTML template files. This is now fixed.
193193

194-
.. _issue 78: https://github.com/nedbat/django_coverage_plugin/issues/78
194+
.. _issue 78: https://github.com/coveragepy/django_coverage_plugin/issues/78
195195

196196

197197
v2.0.1 — 2021-10-06
@@ -214,9 +214,9 @@ case-sensitively, causing templates to be missed (`issue 46`_).
214214
Fix an issue (`issue 63`_) where tag libraries can't be found if imported
215215
during test collection. Thanks to Daniel Izquierdo for the fix.
216216

217-
.. _issue 46: https://github.com/nedbat/django_coverage_plugin/issues/46
218-
.. _issue 60: https://github.com/nedbat/django_coverage_plugin/issues/60
219-
.. _issue 63: https://github.com/nedbat/django_coverage_plugin/issues/63
217+
.. _issue 46: https://github.com/coveragepy/django_coverage_plugin/issues/46
218+
.. _issue 60: https://github.com/coveragepy/django_coverage_plugin/issues/60
219+
.. _issue 63: https://github.com/coveragepy/django_coverage_plugin/issues/63
220220

221221
v1.8.0 — 2020-01-23
222222
-------------------
@@ -266,7 +266,7 @@ v1.4.2 — 2017-02-06
266266
Fixes another instance of `issue 32`_, which was the result of an
267267
initialization order problem.
268268

269-
.. _issue 32: https://github.com/nedbat/django_coverage_plugin/issues/32
269+
.. _issue 32: https://github.com/coveragepy/django_coverage_plugin/issues/32
270270

271271

272272
v1.4.1 — 2017-01-25
@@ -288,8 +288,8 @@ Only the ``django.template.backends.django.DjangoTemplates`` template
288288
engine is supported, and it must be configured with
289289
``['OPTIONS']['debug'] = True``. Fixes `issue 27`_.
290290

291-
.. _issue 28: https://github.com/nedbat/django_coverage_plugin/issues/28
292-
.. _issue 27: https://github.com/nedbat/django_coverage_plugin/issues/27
291+
.. _issue 28: https://github.com/coveragepy/django_coverage_plugin/issues/28
292+
.. _issue 27: https://github.com/coveragepy/django_coverage_plugin/issues/27
293293

294294

295295

@@ -299,7 +299,7 @@ v1.3.1 — 2016-06-02
299299
Settings are read slightly differently, so as to not interfere with
300300
programs that don't need settings. Fixes `issue 18`_.
301301

302-
.. _issue 18: https://github.com/nedbat/django_coverage_plugin/issues/18
302+
.. _issue 18: https://github.com/coveragepy/django_coverage_plugin/issues/18
303303

304304

305305

@@ -335,7 +335,7 @@ plugin, and fixes `issue 17`_.
335335
Potential Django 1.9 support is included, but the patch to Django hasn't
336336
been applied yet.
337337

338-
.. _issue 17: https://github.com/nedbat/django_coverage_plugin/issues/17
338+
.. _issue 17: https://github.com/coveragepy/django_coverage_plugin/issues/17
339339

340340

341341

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ dependencies = [
4040
dynamic = ["version"]
4141

4242
[project.urls]
43-
"Homepage" = "https://github.com/nedbat/django_coverage_plugin"
44-
"Bug Tracker" = "https://github.com/nedbat/django_coverage_plugin/issues"
45-
"Source" = "https://github.com/nedbat/django_coverage_plugin"
43+
"Homepage" = "https://github.com/coveragepy/django_coverage_plugin"
44+
"Bug Tracker" = "https://github.com/coveragepy/django_coverage_plugin/issues"
45+
"Source" = "https://github.com/coveragepy/django_coverage_plugin"
4646

4747
[tool.setuptools.dynamic]
4848
version = {attr = "django_coverage_plugin.__version__"}

0 commit comments

Comments
 (0)