Skip to content

Commit 346eb29

Browse files
authored
Update docs (#5310)
1 parent e758583 commit 346eb29

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

docs/aggregations/metric/geo-line/geo-line-aggregation-usage.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11
1+
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master
22

33
:github: https://github.com/elastic/elasticsearch-net
44

@@ -7,7 +7,7 @@
77
////
88
IMPORTANT NOTE
99
==============
10-
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs.
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Aggregations/Metric/GeoLine/GeoLineAggregationUsageTests.cs.
1111
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
1212
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
1313
////

docs/aggregations/metric/rate/rate-aggregation-usage.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11
1+
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master
22

33
:github: https://github.com/elastic/elasticsearch-net
44

@@ -7,7 +7,7 @@
77
////
88
IMPORTANT NOTE
99
==============
10-
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs.
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Aggregations/Metric/Rate/RateAggregationUsageTests.cs.
1111
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
1212
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
1313
////

docs/client-concepts/high-level/mapping/fluent-mapping.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ var createIndexResponse = _client.Indices.Create("myindex", c => c
414414
}
415415
----
416416

417-
It's not necessary to define a type for the runtime field mapping. Runtime fields can optionally be defined
417+
It's not necessary to define a type for the runtime field mapping. Runtime fields can optionally be defined
418418
by providing a `string` name.
419419

420420
[source,csharp]

docs/high-level.asciidoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ include::search/scrolling-documents.asciidoc[]
211211

212212
include::{output-dir}/covariant-hits/covariant-search-results.asciidoc[]
213213

214-
include::search/searching-runtime-fields.asciidoc[]
215-
216214
[[aggregations]]
217215
== Aggregations
218216

docs/search/searching-runtime-fields.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/7.11
1+
:ref_current: https://www.elastic.co/guide/en/elasticsearch/reference/master
22

33
:github: https://github.com/elastic/elasticsearch-net
44

@@ -7,7 +7,7 @@
77
////
88
IMPORTANT NOTE
99
==============
10-
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/7.x/src/Tests/Tests/Search/SearchingRuntimeFields.doc.cs.
10+
This file has been generated from https://github.com/elastic/elasticsearch-net/tree/master/src/Tests/Tests/Search/SearchingRuntimeFields.doc.cs.
1111
If you wish to submit a PR for any spelling mistakes, typos or grammatical errors for this file,
1212
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
1313
////

0 commit comments

Comments
 (0)