Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8728 closed (fixed)

Broken links in new documentation

Reported by: Richard Barran Owned by:
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

On the Sphinx TODO list (http://docs.djangoproject.com/en/dev/internals/documentation/#todo) there's a request to run make linkcheck.

I did this, it found several malformed links; I ignored redirected links (there are a lot) and instead concentrated on fixing the broken links. The attached patch changes the following links:

  • link to OR lookup examples; replaced with link to the OR lookup doctests in SVN repository.
  • link to Email Header Injection description; '404 not found', replaced with another link to a description of this subject.
  • link to SolidDB; URL has changed, updated the link.

Attachments (1)

8728.diff (2.1 KB ) - added by Richard Barran 16 years ago.

Download all attachments as: .zip

Change History (5)

by Richard Barran, 16 years ago

Attachment: 8728.diff added

comment:1 by Eric Holscher, 16 years ago

Owner: changed from nobody to Eric Holscher
Status: newassigned

comment:2 by Eric Holscher, 16 years ago

Owner: Eric Holscher removed
Status: assignednew
Triage Stage: UnreviewedAccepted

comment:3 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [8792]) Fixed #8728: Corrected some broken links in the documentation

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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