From c144a55b81fb80d03626cd4f42b37a604197f6db Mon Sep 17 00:00:00 2001 From: Pratyush Sharma <56130065+pratyush618@users.noreply.github.com> Date: Thu, 25 Jun 2026 21:40:10 +0530 Subject: [PATCH] Fix Migration Guide link in README Updated the link to the Migration Guide in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f91bda6b..374d2c03 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ truth; the GIL/event loop is held only during task execution. `WorkerDispatcher` ## Documentation **[Read the docs →](https://docs.byteveda.org/taskito)** — guides, API reference, and architecture. -Coming from Celery? See the **[Migration Guide](https://docs.byteveda.org/taskito/guides/operations/migration)**. +Coming from Celery? See the **[Migration Guide](https://docs.byteveda.org/taskito/python/guides/operations/migration)**. ## Contributing