Skip to content

Commit 7053097

Browse files
committed
updated idref attribute
1 parent 2cbaddb commit 7053097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/aggregations/writing-aggregations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ return s => s
230230
<1> a list of aggregation functions to apply
231231
<2> Using LINQ's `Aggregate()` function to accumulate/apply all of the aggregation functions
232232

233-
[[Aggregate]]
233+
[[handling-aggregate-response]]
234234
[float]
235235
=== Handling aggregate response
236236

src/Tests/Aggregations/WritingAggregations.doc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ protected override Func<SearchDescriptor<Project>, ISearchRequest> Fluent
251251

252252

253253
/**[float]
254-
* [[Aggregate]]
254+
* [[handling-aggregate-response]]
255255
*=== Handling aggregate response
256256
*
257257
* The `SearchResponse` exposes an `AggregateDictionary` which is specialized dictionary over `<string, IAggregate>` that also

0 commit comments

Comments
 (0)