mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user