Broken links in new documentation
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.
Change History
(5)
Owner: |
changed from nobody to Eric Holscher
|
Status: |
new → assigned
|
Owner: |
Eric Holscher removed
|
Status: |
assigned → new
|
Triage Stage: |
Unreviewed → Accepted
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
(In [8792]) Fixed #8728: Corrected some broken links in the documentation