From 6f06123de609172c3ccbc41c3a4d9af832a7a7ca Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Fri, 5 Jun 2026 23:04:07 -0400 Subject: [PATCH] Fix stale project link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9988ceb..d2f2c9f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ waits 30 days looks exactly like one that waits 30 milliseconds — and if the process dies in the middle, it resumes right where it left off, without re-running the work it already finished. -Inspired by the [Durable Task Framework](https://github.com/Azure/durabletask) +Inspired by the [Durable Task Framework](https://aka.ms/durabletask) and [Temporal](https://temporal.io/). ### What you get