From ca5ded823dc2c01bc33aac44e526c12d2fed03a6 Mon Sep 17 00:00:00 2001 From: milahu Date: Tue, 29 Nov 2022 10:21:51 +0100 Subject: [PATCH] fix(readme): update link to differential-dataflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd3a41fc4..dd9b2f2ba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ the programmer does not need to worry about writing incremental algorithms. Instead they specify the desired input-output mapping in a declarative manner, using a dialect of Datalog. The DDlog compiler then synthesizes an efficient incremental implementation. DDlog is based on [Frank McSherry's](https://github.com/frankmcsherry/) -excellent [differential dataflow](https://github.com/frankmcsherry/differential-dataflow) library. +excellent [differential dataflow](https://github.com/TimelyDataflow/differential-dataflow) library. DDlog has the following key properties: