Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#17240 closed Bug (fixed)

Use internal references instead of hardcoded urls

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

Description

I found that in few places documentation link to some materials on http://docs.djangoproject.com directly even when it can use internal references. That obviously breaks off-line reading and non html formats.

Hopefully, I squash it all.

Attachments (1)

internal-references.diff (4.1 KB ) - added by rabio 12 years ago.

Download all attachments as: .zip

Change History (5)

by rabio, 12 years ago

Attachment: internal-references.diff added

comment:1 by rabio, 12 years ago

Type: UncategorizedBug

comment:2 by Aymeric Augustin, 12 years ago

Owner: changed from nobody to Aymeric Augustin
Triage Stage: UnreviewedAccepted

comment:3 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

In [17100]:

Fixed #17240 -- Replaced links to the online version of the docs by internal references.

comment:4 by Ramiro Morales, 12 years ago

In [17397]:

[1.3.X] Fixed #17240 -- Replaced links to the online version of the docs by internal references.

Backport of [17100] from trunk.

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