diff --git a/docs/servers/tasks.mdx b/docs/servers/tasks.mdx index 798ef83b9..e3b26ad5d 100644 --- a/docs/servers/tasks.mdx +++ b/docs/servers/tasks.mdx @@ -314,4 +314,4 @@ async def my_task( return "Done" ``` -With `CurrentDocket()`, you can schedule additional background tasks, chain work together, and coordinate complex workflows. See the [Docket documentation](https://chrisguidry.github.io/docket/) for the complete API, including retry policies, timeouts, and custom dependencies. +With `CurrentDocket()`, you can schedule additional background tasks, chain work together, and coordinate complex workflows. See the [Docket documentation](https://docket.lol/) for the complete API, including retry policies, timeouts, and custom dependencies. diff --git a/examples/tasks/README.md b/examples/tasks/README.md index 7a711f61f..d9f2dab5a 100644 --- a/examples/tasks/README.md +++ b/examples/tasks/README.md @@ -72,4 +72,4 @@ python -m fastmcp_tasks.worker_cli worker server.py # extra worker(s) in oth - [Server background tasks](https://gofastmcp.com/servers/tasks) - [Client background tasks](https://gofastmcp.com/clients/tasks) -- [Docket](https://github.com/PrefectHQ/docket) +- [Docket](https://github.com/chrisguidry/docket)