Opened 13 years ago

Closed 13 years ago

#17960 closed Uncategorized (fixed)

docs.djangoproject.com gives a 404

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

If you click on the "documentation" menu link or just go straight to "docs.djangoproject.com", it redirects you to "https://docs.djangoproject.com/en/1.4/", which 404's

"https://docs.djangoproject.com/en/1.3/" on the other hand, works just fine.

Change History (1)

comment:1 by Aymeric Augustin, 13 years ago

Resolution: fixed
Status: newclosed

This was temporary while we released 1.4, and it's fixed now. Thanks for the report!

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