We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4200eeb commit d67ba34Copy full SHA for d67ba34
trac-env/htdocs/tickethacks.js
@@ -274,8 +274,8 @@ $(function () {
274
'be an enhancement request that we might consider adding someday to the framework ' +
275
'if an excellent patch is submitted.</p>' +
276
"<p>If you're interested in contributing to the issue, " +
277
- 'raising your ideas on the <a href="http://groups.google.com/group/django-developers">django-developers</a> ' +
278
- "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>",
279
);
280
}
281
if (next_steps.length) {
0 commit comments