Opened 14 years ago
Closed 13 years ago
#15878 closed Bug (duplicate)
Bad Link In Module Index
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Hello,
In the Module Index there is a link called django.contrib.admin which goes to http://docs.djangoproject.com/en/1.3/ref/contrib/adm/ rather than http://docs.djangoproject.com/en/1.3/ref/contrib/admin/
Hope that helps,
Shane Hudson
Change History (4)
comment:1 by , 14 years ago
Component: | Djangoproject.com Web site → Documentation |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
It's probably a typo in ref/contrib/admin/
itself -- the index is listing all Sphinx directives, so somewhere there's a "adm" link or something.
comment:3 by , 13 years ago
The link points to the correct url if you hover over it, but it seems to redirect to the invalid url once you click on it.
comment:4 by , 13 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closing as dupe of #16133 which identifies the root cause and has a fix.
Yes, I'm unsure why this is occurring though.