Bug 361894

Summary: href="help:/foo" (local links) in kf5 documentation on doc.kde.org
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 CC: aspotashev
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Burkhard Lück 2016-04-17 10:54:05 UTC
https://docs.kde.org/trunk5/en/kdegraphics/kruler/menu-reference.html -> Wrong

https://docs.kde.org/stable4/en/kdeedu/kalzium/commands.html -> OK

wcgrep 'href="help:/' website/stable4/|wc -l
0

wcgrep 'href="help:/' website/stable5/|wc -l
262

wcgrep 'href="help:/' website/trunk4/|wc -l
0

wcgrep 'href="help:/' website/trunk5/|wc -l
334
Comment 1 Luigi Toscano 2016-04-17 15:44:04 UTC
Git commit 8b77e9b65edfaa196033f96eef58a5118b9941b8 by Luigi Toscano.
Committed on 17/04/2016 at 13:44.
Pushed by ltoscano into branch 'master'.

KF5: fix replacement of help:/ links

Simply wrong regexp, forgotten lowercase characters.
This should really be handled by the XSLT, but it is not trivial.

M  +1    -1    kdedocs/environments.py

http://commits.kde.org/websites/docs-kde-org/8b77e9b65edfaa196033f96eef58a5118b9941b8