mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
[1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Backport of 44c7e5d374
from master
This commit is contained in:
parent
cbc8ef6127
commit
a0ebfa0c56
4 changed files with 4 additions and 4 deletions
|
@ -243,4 +243,4 @@ When a mistaken commit is discovered, please follow these guidelines:
|
|||
For instance, if you did: ``git push upstream feature_antigravity``,
|
||||
just do a reverse push: ``git push upstream :feature_antigravity``.
|
||||
|
||||
.. _ticket tracker: https://code.djangoproject.com/newticket
|
||||
.. _ticket tracker: https://code.djangoproject.com/
|
||||
|
|
|
@ -65,5 +65,5 @@ Browse the following sections to find out how:
|
|||
.. _#django IRC channel: irc://irc.freenode.net/django
|
||||
.. _community page: https://www.djangoproject.com/community/
|
||||
.. _register it here: https://www.djangoproject.com/community/add/blogs/
|
||||
.. _ticket tracker: https://code.djangoproject.com/newticket
|
||||
.. _ticket tracker: https://code.djangoproject.com/
|
||||
.. _easy pickings: https://code.djangoproject.com/query?status=!closed&easy=1
|
||||
|
|
|
@ -139,7 +139,7 @@ Regardless of the way you submit your work, follow these steps.
|
|||
checked. This makes the ticket appear in the "Patches needing review" queue
|
||||
on the `Development dashboard`_.
|
||||
|
||||
.. _ticket tracker: https://code.djangoproject.com/newticket
|
||||
.. _ticket tracker: https://code.djangoproject.com/
|
||||
.. _Development dashboard: https://dashboard.djangoproject.com/
|
||||
|
||||
Non-trivial patches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue