Created attachment 178075 [details] Demonstration (for `#c0`) SUMMARY ------- `api.kde.org` links to a non-existent bug tracker in its footer, instead of this Bugzilla instance. STEPS TO REPRODUCE ------------------ Visit [`api.kde.org/legacy/4.12-api/kdelibs-apidocs/kdeui/html/classQTreeWidget.html`][1]. OBSERVED RESULT --------------- It links to a 404 URI (instead of `bugs.kde.org`): > ~~~HTML > <div id="footer_text"> > Report problems with this website to <a href="http://sysadmin.kde.org/tickets/">our bug tracking system</a>.<br> > Contact the specific authors with questions and comments about the page contents.<p> > KDE<sup>®</sup> and <a href="/media/images/kde_gear_black.png">the K Desktop Environment<sup>®</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> | > <a href="http://www.kde.org/contact/impressum.php">Legal</a></p> > </div> > ~~~ EXPECTED RESULT --------------- It should link here, I presume: ~~~diff <div id="footer_text"> - Report problems with this website to <a href="http://sysadmin.kde.org/tickets/">our bug tracking system</a>.<br> + Report problems with this website to <a href="https://bugs.kde.org/enter_bug.cgi?classification=Websites">our bug tracking system</a>.<br> Contact the specific authors with questions and comments about the page contents.<p> KDE<sup>®</sup> and <a href="/media/images/kde_gear_black.png">the K Desktop Environment<sup>®</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> | <a href="http://www.kde.org/contact/impressum.php">Legal</a></p> </div> ~~~ SOFTWARE/OS VERSIONS -------------------- 1. ~~~sh #!/usr/bin/env sh kinfo ~~~ 2. > ~~~YAML > Operating System: Fedora Linux 41 > KDE Plasma Version: 6.2.5 > KDE Frameworks Version: 6.10.0 > Qt Version: 6.8.2 > Kernel Version: 6.12.11-200.fc41.x86_64 (64-bit) > Graphics Platform: Wayland > Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor > Memory: 30.4 GiB of RAM > Graphics Processor: AMD Radeon RX 5700 > ~~~ ADDITIONAL INFORMATION ---------------------- [1]: https://api.kde.org/legacy/4.12-api/kdelibs-apidocs/kdeui/html/classQTreeWidget.html#:~:text=our%20bug%20tracking%20system
We will soon be replacing the entire api.kde.org site with a new one based on QDoc so not really worth fixing this particular issue i'm afraid.
(In reply to Ben Cooksley from comment #1) No worries. Glad to hear that it's being replaced.