Skip to content

Commit 27cda25

Browse files
Address PR feedback - replace few es occurrences left
Signed-off-by: Yury Fridlyand <[email protected]>
1 parent cca3aab commit 27cda25

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/Tests/high-level.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= NEST - High level client
55

66
The high level client, `OpenSearchClient`, provides a strongly typed query DSL that
7-
maps one-to-one with the {opensearch} query DSL. Please refer to <<es-nest>> for
7+
maps one-to-one with the {opensearch} query DSL. Please refer to <<opensearch-nest>> for
88
installation details.
99

1010
NEST internally uses and still exposes the low level client,

tests/Tests/installation.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This page is about about how to install the `OpenSearch.Net` and the `NEST`
55
clients.
66

7-
[[es-net]]
7+
[[opensearch-net]]
88
[discrete]
99
=== Installing the OpenSearch.Net client
1010

@@ -24,7 +24,7 @@ Or by searching for
2424
https://www.nuget.org/packages/OpenSearch.Net[OpenSearch.Net] in the
2525
Package Manager GUI.
2626

27-
[[es-nest]]
27+
[[opensearch-nest]]
2828
[discrete]
2929
=== Installing the NEST client
3030

tests/Tests/low-level.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[[elasticsearch-net]]
1+
[[opensearch-net]]
22
= OpenSearch.Net - Low level client
33

44
The low level client, `OpenSearchLowLevelClient`, is a low level, dependency free
55
client that has no opinions about how you build and represent your requests and
6-
responses. Please refer to <<es-net>> for installation details.
6+
responses. Please refer to <<opensearch-net>> for installation details.
77

88

99
include::client-concepts/low-level/getting-started.asciidoc[]
1010

11-
[[elasticsearch-net-conventions]]
11+
[[opensearch-net-conventions]]
1212
== Conventions
1313

1414
The low level client has only a few conventions

0 commit comments

Comments
 (0)