From 8c486fdc68991dc8d0931664ef05447484861c4a Mon Sep 17 00:00:00 2001 From: Richard Gill Date: Thu, 22 Feb 2024 07:22:04 +0000 Subject: [PATCH] Updated aggregate docs link --- .../fern-workspace/generated/go/search_and_filter_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xata/internal/fern-workspace/generated/go/search_and_filter_client.go b/xata/internal/fern-workspace/generated/go/search_and_filter_client.go index cfc8a8e..14e9d24 100644 --- a/xata/internal/fern-workspace/generated/go/search_and_filter_client.go +++ b/xata/internal/fern-workspace/generated/go/search_and_filter_client.go @@ -118,7 +118,7 @@ func (s *searchAndFilterClient) SearchBranch(ctx context.Context, dbBranchName D // store that is more appropiate for analytics, makes use of approximative algorithms // (e.g for cardinality), and is generally faster and can do more complex aggregations. // -// For usage, see the [API Guide](https://xata.io/docs/api-guide/aggregate). +// For usage, see the [API Guide](https://xata.io/docs/sdk/aggregate). // // The DBBranchName matches the pattern `{db_name}:{branch_name}`. //