From cb4419ed021368108ce67a6da8a2e2928f46894a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 23 Jul 2026 19:24:45 -0400 Subject: [PATCH] Fix broken Docket links in task docs The example README pointed at github.com/PrefectHQ/docket (404); the canonical repo is chrisguidry/docket. Point the docs' Docket-docs link at the canonical docket.lol. --- docs/servers/tasks.mdx | 2 +- examples/tasks/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)