Opened 10 years ago

Closed 10 years ago

#22376 closed Uncategorized (invalid)

Broken link in documentation

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.6
Severity: Normal 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

from this page:
https://docs.djangoproject.com/en/1.4/intro/tutorial01//

I clicked this element near the bottom of the page:
<a href="../tutorial02/">
Writing your first Django app, part 2 »
</a>

And I got redirected this page:
https://docs.djangoproject.com/en/1.4/intro/tutorial01/tutorial02/

Using firefox 28.0 on OSX

Change History (1)

comment:1 by Tim Graham, 10 years ago

Resolution: invalid
Status: newclosed

There's an extra trailing slash in the first URL, not sure why.

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