Skip to content

Commit 00af94f

Browse files
authored
Partial fix for REDISIO-186: JSON broken links (RedisJSON#724)
* Partial fix for REDISIO-186: JSON broken links * Applied feedback from Chayim
1 parent a31f2da commit 00af94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/indexing_JSON.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ FT.SEARCH userIdx '@name:(John)' RETURN 1 name HIGHLIGHT FIELDS 1 name TAGS '<b>
168168

169169
## Aggregation with JSON Path expression
170170

171-
[Aggregation](/redisearch/reference/aggregations) is a powerful feature. You can use it to generate statistics or build facet queries.
171+
[Aggregation](/docs/stack/search/reference/aggregations/) is a powerful feature. You can use it to generate statistics or build facet queries.
172172
The LOAD parameter accepts JSON Path expressions. Any value (even not indexed) can be used in the pipeline.
173173

174174
This example loads two numeric values from the JSON document applying a simple operation.

0 commit comments

Comments
 (0)