fix(runtimes): correct broken docs link to /docs/daemon-runtimes (#2465)

The 'Learn more' link on the Runtimes page pointed to
https://multica.ai/docs/runtimes which returns 404. The docs page is
published at /docs/daemon-runtimes.
This commit is contained in:
YYClaw
2026-05-12 15:00:45 +08:00
committed by GitHub
parent caeb146bac
commit 0e7fa21832

View File

@@ -206,7 +206,7 @@ function PageHeaderBar({
<p className="ml-2 hidden text-xs text-muted-foreground md:block">
{t(($) => $.page.tagline)}{" "}
<a
href="https://multica.ai/docs/runtimes"
href="https://multica.ai/docs/daemon-runtimes"
target="_blank"
rel="noopener noreferrer"
className="underline decoration-muted-foreground/30 underline-offset-4 transition-colors hover:text-foreground"