Opened 17 years ago
Closed 17 years ago
#9251 closed (duplicate)
Extra slash appended on all documentation links
| Reported by: | Julien Phalip | Owned by: | nobody |
|---|---|---|---|
| Component: | *.djangoproject.com | 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
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.
Note:
See TracTickets
for help on using tickets.
#9250 was a duplicate.