#9251: Extra slash appended on all documentation links
-----------------------------+----------------------------------------------
Reporter: julien | Owner: nobody
Status: new | Milestone:
Component: Django Web site | Version: 1.0
Keywords: | Stage: Unreviewed
Has_patch: 0 |
-----------------------------+----------------------------------------------
All links in the documentation contains an extra slash. For example:
{{{
http://docs.djangoproject.com/en/dev//intro/tutorial01/#intro-tutorial01
^
there ________|
}}}
This also breaks my bookmarks, as the following won't work any more:
http://docs.djangoproject.com/en/dev/
The following works, however: http://docs.djangoproject.com/en/dev//
I suppose this problem has to do with r9097.
--
Ticket URL: <http://code.djangoproject.com/ticket/9251>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---