Opened 18 years ago
Closed 18 years ago
#4156 closed (wontfix)
broken URLs to tutorials in 0.96 docs
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 0.96 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
all the links to previous and next parts of the archived tutorial (http://www.djangoproject.com/documentation/0.96/tutorial01/ ) are missing the 0 between "tutorial" and the number, e.g. http://www.djangoproject.com/documentation/0.96/tutorial2/ instead of .../tutorial02/
Attachments (1)
Change History (7)
comment:1 by , 18 years ago
Summary: | broken URLs → broken URLs to tutorials in 0.96 docs |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 18 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Alright, I did some of the dirty work. Someone (with more power than me) has to:
(1) Copy the current 0.96 tag to a 0.96 bug fixes branch.
(2) Apply the attached patch
(3) Make sure the djangoproject.org site documentation reflects that change.
Have a nice day whoever you are :)
by , 18 years ago
Attachment: | 0_96-docs_update.diff added |
---|
The changed docs. Please apply this to the 0.96 bug fixes branch (which doesn't exist yet)
comment:3 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Our policy is that the *-bugfixes branches are for necessary security fixes only.
The website needs to have the right redirects put in place, which I thought Adrian said he had done, but which still aren't working -- I'll chase down that bug.
comment:4 by , 18 years ago
OK, there are still some website component bugs open indicating missing redirects, so the information hasn't been lost.
comment:5 by , 18 years ago
Component: | Documentation → Django Web site |
---|---|
Has patch: | unset |
Resolution: | wontfix |
Status: | closed → reopened |
Well, the bug still needs to be fixed -- whether or not my fix actually Does The Right Thing.
Please close this when the actual bug as reported is fixed, not my attempted solution.
comment:6 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
All the changes in your patch have been made in trunk already. All the website links are in other tickets in the "Django Web site" component. There is nothing more that needs to be done here.
This is only for the 0.96 docs, the current versions are fine.