Opened 16 years ago
Closed 16 years ago
#7933 closed (wontfix)
new admin doc page links to old versions of itself that don't exist
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 0.96 |
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
I followed the link to the old admin docs
http://www.djangoproject.com/documentation/0.96/admin/
and got a 404.
Change History (3)
comment:1 by , 16 years ago
Component: | Uncategorized → Django Web site |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | SVN → 0.96 |
comment:2 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Summary: | links to old admin docs broken → new admin doc page links to old versions of itself that don't exist |
The link is on the new admin page itself:
http://www.djangoproject.com/documentation/admin/
The "Get old docs here" links are to old versions of that page (which, as pointed out above never existed).
comment:3 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
That boilerplate header is automatically generated by something that is not smart enough to know if a particular page of documentation existed in a prior version. If it didn't you get a "page not found", that's a hint that this page of doc is new for the version you were looking at. Closing as wontfix because I believe that's how I've seen these closed by the core devs: yes, there are some links that go to "page not found" but it's not worth fixing.
Where did this link come from? There never was a file at http://code.djangoproject.com/browser/django/trunk/docs/admin.txt before the merge of newforms-admin, therefore I suspect that this link was invalid to begin with.