Opened 16 years ago
Closed 16 years ago
#9238 closed (invalid)
link not working
Reported by: | flavio87 | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
http://www.djangoproject.com/documentation/0.95/models/validation/
redirection link not working
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I'm guessing the complaint is that the link on the 0.95 page says "for the current example, go here", and then provides a non-functioning link.
This is another one of those cases where the docs refactor broke everything.
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
The link in the problem description works. The link to the "current version" doesn't, but that's because there is no current version of the model examples. Since that link is auto-included, that will happen sometimes.
Where is that link being displayed? If a page was introduced in version X, it will still have a link to the "older version" in version X-1 at the top of the page, even though the older version doesn't exist. Life's like that; it's a consequence of the auto-link generation in the header. This might be one of those cases, I don't know. Where are following the original link from?