Opened 16 years ago

Closed 16 years ago

#9314 closed (fixed)

Old documentation URLs should redirect to new URLs

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

For example djangoproject.com/documentation/admin/ should redirect to docs.djangoproject.com/en/dev/ref/contrib/admin/ instead of raising a 404.

Change History (1)

comment:1 by Karen Tracey, 16 years ago

Resolution: fixed
Status: newclosed

There are documentation redirects that have been put in place. For example,

http://djangoproject.com/documentation/django-admin/

automatically redirects to:

http://docs.djangoproject.com/en/dev/ref/django-admin/?from=olddocs

(Where did the version of the url without the 'django-' in front of admin come from? That one isn't redirected but it also doesn't seem to be the correct old url.)

I believe the general problem here has been addressed, maybe not for every old link out there but for the big hitters. If there are old links that are not getting redirected and that seem to be pretty major ones, do report them, but please include the source of the link. Random possibly invalid old urls are hard to evaluate in terms of whether they're important enough to add redirects without context for where the links are coming from.

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