Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions trac-env/htdocs/tickethacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ $(function () {
'be an enhancement request that we might consider adding someday to the framework ' +
'if an excellent patch is submitted.</p>' +
"<p>If you're interested in contributing to the issue, " +
'raising your ideas on the <a href="http://groups.google.com/group/django-developers">django-developers</a> ' +
"mailing list certainly wouldn't hurt.<p>",
'raising your ideas on the <a href="https://forum.djangoproject.com/c/internals/5">Django Forum</a> ' +
"would be a great place to start.<p>",
);
}
if (next_steps.length) {
Expand Down
1 change: 0 additions & 1 deletion trac-env/templates/site_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ <h2>Follow Us</h2>
<li><a href="https://twitter.com/djangoproject">Twitter</a></li>
<li><a href="https://fosstodon.org/@django" rel="me">Fediverse (Mastodon)</a></li>
<li><a href="https://www.djangoproject.com/rss/weblog/">News RSS</a></li>
<li><a href="https://groups.google.com/forum/#!forum/django-users">Django Users Mailing List</a></li>
</ul>
</div>

Expand Down
Loading