From 2e223769174e579e993c75bcf01968cd823a93aa Mon Sep 17 00:00:00 2001 From: Mike Wheaton Date: Thu, 27 Mar 2025 11:39:10 -0500 Subject: [PATCH] Update README.md Removes a link to a page on convex.dev that no longer exists. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d79ca22..4a7f7d5 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ aggregates based on the diff of these two paginated data streams. Like all Convex queries, aggregates are [reactive](https://docs.convex.dev/tutorial/reactor#realtime-is-all-the-time), -and updating them is [transactional](https://www.convex.dev/database). +and updating them is transactional. If aggregated data updates infrequently, everything runs smoothly. However, if aggregated data updates frequently, the reactivity and atomicity can