diff --git a/frontend/docs/pages/home/basics/workers.mdx b/frontend/docs/pages/home/basics/workers.mdx index 71fbdf9e6..55c89ac21 100644 --- a/frontend/docs/pages/home/basics/workers.mdx +++ b/frontend/docs/pages/home/basics/workers.mdx @@ -85,7 +85,7 @@ In the above examples: 2. We register the workflow(s) that the worker is capable of executing using the `registerWorkflow` method. 3. Finally, we start the worker process using the `start` method, allowing it to begin listening for tasks from the Hatchet engine. -Run your worker process from command line with relevant environment variables set. Refer to the [quick start](https://docs.hatchet.run/home/quickstart/first-workflow) for more details on how to set up your worker. +Run your worker process from command line with relevant environment variables set. Refer to the [quick start](https://docs.hatchet.run/self-hosting) for more details on how to set up your worker. ## Best Practices for Managing Workers