Skip to content

Commit 055531d

Browse files
committed
create_custom_aggregation.md: Update Elasticsearch link
1 parent 7080038 commit 055531d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/extensibility/create_custom_aggregation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Finally, register the aggregation visitor as a service.
211211

212212
The `supports()` method checks whether the provided aggregation is of the supported type (in this case, your custom `PriorityRangeAggregation`).
213213

214-
The `extract()` method converts the [raw data provided by the search engine](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html) to a `RangeAggregationResult` object.
214+
The `extract()` method converts the [raw data provided by the search engine](https://www.elastic.co/docs/explore-analyze/query-filter/aggregations) to a `RangeAggregationResult` object.
215215

216216

217217
Finally, register the result extractor as a service.

0 commit comments

Comments
 (0)