From 669bc7b50b111e255c97b7c4ffdec129c4596695 Mon Sep 17 00:00:00 2001 From: Anton Rubin Date: Thu, 2 Oct 2025 11:33:00 +0100 Subject: [PATCH] adding link to the example Signed-off-by: Anton Rubin --- _aggregations/bucket/global.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_aggregations/bucket/global.md b/_aggregations/bucket/global.md index 483c28a69e1..889e24cdcc8 100644 --- a/_aggregations/bucket/global.md +++ b/_aggregations/bucket/global.md @@ -55,4 +55,4 @@ GET opensearch_dashboards_sample_data_ecommerce/_search } ``` -You can see that the average value for the `taxful_total_price` field is 75.05 and not the 38.36 as seen in the `filter` example when the query matched. \ No newline at end of file +You can see that the average value for the `taxful_total_price` field is 75.05 and not the 38.36 as seen in the [`filter` example]({{site.url}}{{site.baseurl}}/aggregations/bucket/filter/#example-response) when the query matched. \ No newline at end of file