Skip to content

Commit a6629ab

Browse files
justinasSaptakS
authored andcommitted
Fix the link for django-browser-reload
The current link yields a 404. I sourced the corrected URL from the [PyPI entry](https://pypi.org/project/django-browser-reload/) for the package.
1 parent 53ab75d commit a6629ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangoproject/templates/aggregator/ecosystem.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2>Packages - use community solutions</h2>
9696
<h3>Debugging & Development Tools</h3>
9797
<ul>
9898
<li><a href="https://github.com/jazzband/django-debug-toolbar">Django Debug Toolbar</a> &mdash; A configurable set of panels that display various debug information about the current request/response.</li>
99-
<li><a href="https://github.com/django-browser-reload/django-browser-reload">django-browser-reload</a> &mdash; Enables automatic browser reloading during development when code changes are detected.</li>
99+
<li><a href="https://github.com/adamchainz/django-browser-reload">django-browser-reload</a> &mdash; Enables automatic browser reloading during development when code changes are detected.</li>
100100
<li><a href="https://github.com/django-extensions/django-extensions">Django Extensions</a> &mdash; A collection of custom extensions for Django, including management commands, model field types, and more.</li>
101101
</ul>
102102

0 commit comments

Comments
 (0)