Bug #36445
Link to core documentation contains dubble-slash
| Status: | Closed | Start date: | 2012-04-23 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | [FOR] Documentation | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Just a minor flaw:
The link to the current core documentation is:
http://typo3.org/documentation/document-library/core-documentation//current/
note the double-slash before current/.
If you use only one slash like this:
http://typo3.org/documentation/document-library/core-documentation/current/
the link will lead to an empty page.
As people - especially programmers tend to think the double slash is wrong and replace it with a single-slash, the link will not work and should be repaired.
History
Updated by Chris topher about 1 year ago
I have added redirects, also for the pages "Tutorials" and "Guides".
Issue solved.
Updated by Ben van 't Ende 6 months ago
- Status changed from New to Closed
Docmentation will be taken care of and changed to ReST this sprint. Thanks for reporting