mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
Fix typo url in code to docs (#586)
This commit is contained in:
@@ -55,7 +55,7 @@ export default function Page({ loaderData }: Route.ComponentProps) {
|
|||||||
<Title>Headplane Agent</Title>
|
<Title>Headplane Agent</Title>
|
||||||
<Notice title="Agent Not Enabled">
|
<Notice title="Agent Not Enabled">
|
||||||
{loaderData.reason}. To learn how to set up the agent, visit the{" "}
|
{loaderData.reason}. To learn how to set up the agent, visit the{" "}
|
||||||
<Link external styled to="https://headplane.dev/docs/agent">
|
<Link external styled to="https://headplane.net/features/agent">
|
||||||
documentation
|
documentation
|
||||||
</Link>
|
</Link>
|
||||||
</Notice>
|
</Notice>
|
||||||
|
|||||||
Reference in New Issue
Block a user