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