Skip to content

Commit

Permalink
[1.9.x] Fixed #26701 -- Replaced /newticket links to Trac with /.
Browse files Browse the repository at this point in the history
Backport of 44c7e5d from master
  • Loading branch information
shaunagm authored and timgraham committed Jun 3, 2016
1 parent cbc8ef6 commit a0ebfa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/internals/contributing/committing-code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion docs/internals/contributing/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/whatsnext.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ rather than asking broad tech-support questions. If you need help with your
particular Django setup, try the |django-users| mailing list or the `#django
IRC channel`_ instead.

.. _ticket system: https://code.djangoproject.com/newticket?component=Documentation
.. _ticket system: https://code.djangoproject.com/
.. _#django IRC channel: irc://irc.freenode.net/django

In plain text
Expand Down

0 comments on commit a0ebfa0

Please sign in to comment.