Fix typo url in code to docs (#586)

This commit is contained in:
Sandro
2026-07-13 00:20:07 +02:00
committed by GitHub
parent f52c4161cc
commit 3d9b9b0f7e
+1 -1
View File
@@ -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>