Bug 499681 - API.KDE.org links to the 404 "SysAdmin.KDE.org", instead of bugs.KDE.org.
Summary: API.KDE.org links to the 404 "SysAdmin.KDE.org", instead of bugs.KDE.org.
Status: RESOLVED UNMAINTAINED
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR minor
Target Milestone: ---
Assignee: kde-www mailing-list
URL: https://api.kde.org/legacy/4.12-api/k...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-08 13:38 UTC by Roke Julian Lockhart Beedell
Modified: 2025-02-08 18:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Demonstration (for `#c0`) (31.79 KB, text/html)
2025-02-08 13:38 UTC, Roke Julian Lockhart Beedell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roke Julian Lockhart Beedell 2025-02-08 13:38:45 UTC
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
Comment 1 Ben Cooksley 2025-02-08 18:24:55 UTC
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.
Comment 2 Roke Julian Lockhart Beedell 2025-02-08 18:30:49 UTC
(In reply to Ben Cooksley from comment #1)  
No worries. Glad to hear that it's being replaced.