Skip to content

Commit 3619319

Browse files
adamzappauloxnet
authored andcommitted
Fixed issue reporting link in 404 template
This change directs users to report website issues on GitHub rather than on Trac. Trac is for issues about the Django web framework, not the Django website.
1 parent e5e0106 commit 3619319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangoproject/templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h2>{% translate "Page not found" %}</h2>
1111
<p>
1212
{% blocktranslate trimmed %}
1313
Looks like you followed a bad link. If you think it's our fault, please
14-
<a href="https://code.djangoproject.com/">let us know</a>.
14+
<a href="https://github.com/django/djangoproject.com/issues/">let us know</a>.
1515
{% endblocktranslate %}</p>
1616

1717
{% url 'homepage' as homepage_url %}

0 commit comments

Comments
 (0)