Opened 14 years ago
Closed 14 years ago
#15878 closed Bug (duplicate)
Bad Link In Module Index
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 , 14 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 , 14 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.