diff --git a/docs/guides/agent/index.mdx b/docs/guides/agent/index.mdx index 8e535ebd..62b34a47 100644 --- a/docs/guides/agent/index.mdx +++ b/docs/guides/agent/index.mdx @@ -56,7 +56,7 @@ You will see the new reserved share in the agent UI and you can access it by run ### Running the Agent in the background -On Linux, you can [install the Linux package `zrok-agent`](/guides/linux-agent-service.mdx) to keep the agent running in the background after each reboot. +On Linux, you can [install the Linux package `zrok-agent`](/guides/agent/linux-service.mdx) to keep the agent running in the background after each reboot. ## How the Agent Works diff --git a/docs/guides/agent/linux-service.mdx b/docs/guides/agent/linux-service.mdx index cea33115..b6cffe67 100644 --- a/docs/guides/agent/linux-service.mdx +++ b/docs/guides/agent/linux-service.mdx @@ -31,7 +31,7 @@ systemctl --user enable --now zrok-agent.service ## Use the agent -Learn more about using the zrok agent in the [agent guide](/guides/agent.mdx). +Learn more about using the zrok agent in the [agent guide](/guides/agent/index.mdx). ## Troubleshooting