Bug 370904

Summary: Wrong links to other docbook
Product: [Websites] docs.kde.org Reporter: Burkhard Lück <lueck>
Component: docs.kde.orgAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Burkhard Lück 2016-10-15 08:15:39 UTC
All links to kcontrol modules with a hyphen in the module name are wrong, e.g.on the page
https://docs.kde.org/trunk5/en/applications/konqueror/config.html:

docbook has: "help:/kcontrol/khtml-general/index.html"

This is replaced on d.k.o with 
"https://docs.kde.org/?branch=trunk5&language=en&application=kcontrol/khtml&path=-general/index.html"

But correct replacement is:
"https://docs.kde.org/?branch=trunk5&language=en&application=kcontrol/khtml-general&path=index.html"
Comment 1 Luigi Toscano 2017-04-02 15:16:44 UTC
Git commit f778a57dfde2e254d4894f10a19586f603eabd46 by Luigi Toscano.
Committed on 02/04/2017 at 13:54.
Pushed by ltoscano into branch 'master'.

Accept few other characters when transforming help:/ links

For example letters and dash (help:/kcontrol/khtml-general/)

M  +2    -2    kdedocs/environments.py

https://commits.kde.org/websites/docs-kde-org/f778a57dfde2e254d4894f10a19586f603eabd46