Skip to content

Commit 2f515e9

Browse files
authored
Update stale docs (#5308)
1 parent 2d253fa commit 2f515e9

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
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/7.x
22

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

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

Lines changed: 1 addition & 1 deletion
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/7.x
22

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

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: 1 addition & 1 deletion
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/7.x
22

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

0 commit comments

Comments
 (0)