Opened 17 years ago
Closed 17 years ago
#4013 closed (fixed)
bad links on previous versions of tutorial pages
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
Severity: | Keywords: | Tutorial | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
At the bottom of the first page of the 0.96 tutorial page you have a link to the second page. That link points to http://www.djangoproject.com/documentation/0.96/tutorial2/ which is incorrect. The last value should be tutorial02. I manually tested that to confirm it works.
Change History (7)
comment:1 Changed 17 years ago by
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 Changed 17 years ago by
comment:3 Changed 17 years ago by
See also #3992. The trunk documentation redirects tutorial02 to tutorial2; versioned documentation does not.
comment:4 Changed 17 years ago by
(In [5039]) Changed all references to tutorial1/ to be tutorial01/ (and similarly for
tutorials 2, 3 and 4). This matches the canonical name we use under
djangoproject.com/documentation/ as well as the source filename. Should avoid
problems with archived documentation and missing HTTP redirects. Refs #4013.
comment:5 Changed 17 years ago by
Component: | Documentation → Django Web site |
---|---|
Triage Stage: | Ready for checkin → Accepted |
I didn't close this ticket with [5039] becuase we need redirects added to the website (or the archived documentation changed) to fix up the older doc links. The committed change will prevent the problem occurring again.
Moving to website component, since it's not in that court.
comment:6 Changed 17 years ago by
Summary: | bad link on 0.96 tutorial 01 page → bad links on previous versions of tutorial pages |
---|
comment:7 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks like this was fixed when #4168 was fixed. All tutorial links now seem to work for 0.96.
Oops, that was me