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.
This commit is contained in:
Jeremiah Lowin 2026-07-23 19:24:45 -04:00
commit cb4419ed02
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -314,4 +314,4 @@ async def my_task(
return "Done" 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.

View file

@ -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) - [Server background tasks](https://gofastmcp.com/servers/tasks)
- [Client background tasks](https://gofastmcp.com/clients/tasks) - [Client background tasks](https://gofastmcp.com/clients/tasks)
- [Docket](https://github.com/PrefectHQ/docket) - [Docket](https://github.com/chrisguidry/docket)