Update broken leagcy links in dev tools

This commit is contained in:
mDuo13
2024-12-10 11:40:40 -08:00
parent cccd5ac7ef
commit 6300a38c51
10 changed files with 32 additions and 23 deletions

View File

@@ -198,12 +198,12 @@ export function WebsocketApiTool() {
<h1>{translate("WebSocket Tool")}</h1>
<div className="api-method-description-wrapper">
<h3>
<a
href={`${currentMethod.name.split(" ")[0]}.html`}
<Link
to={currentMethod.link}
className="selected_command"
>
{currentMethod.name}
</a>
</Link>
</h3>
{currentMethod.description && (
<p