From 18a5ea5713fe69c9a379253837f7e3f20cdafa39 Mon Sep 17 00:00:00 2001 From: slorello89 Date: Thu, 4 Aug 2022 15:45:44 -0400 Subject: [PATCH] fixing aggregation reference page link --- docs/develop/dotnet/redis-om-dotnet/aggregations/intro/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/dotnet/redis-om-dotnet/aggregations/intro/intro.md b/docs/develop/dotnet/redis-om-dotnet/aggregations/intro/intro.md index ce7485407e..0debf75354 100644 --- a/docs/develop/dotnet/redis-om-dotnet/aggregations/intro/intro.md +++ b/docs/develop/dotnet/redis-om-dotnet/aggregations/intro/intro.md @@ -6,7 +6,7 @@ slug: /develop/dotnet/redis-om-dotnet/aggregations authors: [steve] --- -[Aggregations](https://oss.redis.com/redisearch/Aggregations/) are a method of grouping documents together and run processing on them on the server to transform them into data that you need in your application, without having to perform the computation client-side. +[Aggregations](https://redis.io/docs/stack/search/reference/aggregations/) are a method of grouping documents together and run processing on them on the server to transform them into data that you need in your application, without having to perform the computation client-side. ## Anatomy of a Pipeline