Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#19834 closed Cleanup/optimization (fixed)

Bad index entries in the documentation section

Reported by: matthias@… Owned by: nobody
Component: *.djangoproject.com Version: 1.4
Severity: Normal Keywords: docs broken link
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Clicking on a link in the General Index https://docs.djangoproject.com/en/1.4/genindex/ does not show up the correct page.

Change History (2)

comment:1 by Aymeric Augustin <aymeric.augustin@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 28cfdc6039875b74cfd7d2cbe67c8a7a48a11991/djangoproject.com:

Fix #19834 -- Adapt to Sphinx' new genindex JSON.

comment:2 by Aymeric Augustin, 11 years ago

Component: DocumentationDjangoproject.com Web site
Triage Stage: UnreviewedAccepted

The fix is deployed. Thanks for taking the time to report this bug.

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