From 6626034c4e37c6da9d6b63587850ef5404a981c1 Mon Sep 17 00:00:00 2001 From: Mike Wheaton Date: Mon, 21 Oct 2024 10:56:04 -0500 Subject: [PATCH] Update README.md Quick link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ad3ce..9ef5aad 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,6 @@ default of 16, that means each write updates some document that accumulates all other writes, and reads may spuriously rerun 1/16th of the time. To increase `maxNodeSize`, run `aggregate.clear(ctx, maxNodeSize)` and start over. -Found a bug? Feature request? [File it here](https://github.com/get-convex/counter/issues). +Found a bug? Feature request? [File it here](https://github.com/get-convex/aggregate/issues).