Opened 12 years ago

Closed 12 years ago

#17543 closed Bug (fixed)

Broken link to django-debug-toolbar repository

Reported by: rowynm@… Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Gabriel Hurley Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The link in the first paragraph to the django-debug-toolbar repository on github is out of date. Looks like the new link should be to http://github.com/django-debug-toolbar/django-debug-toolbar/

Attachments (1)

17543.diff (630 bytes ) - added by Claude Paroz 12 years ago.
Fixed link

Download all attachments as: .zip

Change History (7)

comment:1 by rowynm@…, 12 years ago

Sorry, assumed the page I was referred here from was included but it's not. The link in question is on https://docs.djangoproject.com/en/1.3/topics/db/optimization/. Thanks!

by Claude Paroz, 12 years ago

Attachment: 17543.diff added

Fixed link

comment:2 by Claude Paroz, 12 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedBug

comment:3 by Ramiro Morales, 12 years ago

Resolution: fixed
Status: newclosed

In [17376]:

Updated link to Django Debug Toolbar homepage.

Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for
the patch.

Fixes #17543.

comment:4 by Claude Paroz, 12 years ago

#17682 reported this again, with 1.3 as target. What about a backport of the fix?

comment:5 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: closedreopened

Yes, let's backport the fix.

comment:6 by Tim Graham, 12 years ago

Resolution: fixed
Status: reopenedclosed

In [17523]:

[1.3.X] Updated link to Django Debug Toolbar homepage.

Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for
the patch.

Fixes #17543.

Backport of r17376 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top