Skip to content

Commit 2685ea5

Browse files
committed
Fix documentation
1 parent 5d5bdd3 commit 2685ea5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

docs/client-concepts/connection-pooling/product-checking/product-check-at-startup.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ If you wish to submit a PR for any spelling mistakes, typos or grammatical error
1212
please modify the original csharp file found at the link and submit the PR with that change. Thanks!
1313
////
1414

15-
[[product-check-on-first-usage]]
16-
=== Product check on first usage
15+
[[product-check-at-startup]]
16+
== Product check at startup
1717

18-
Since 7.14.0, the client performs a required product check during the first call.
18+
Since v7.14.0, the client performs a required product check before the first call.
1919
This pre-flight product check allows us to establish the version of Elasticsearch we are communicating with.
2020

2121
The product check requires one additional HTTP request to be sent to the server as part of the request pipeline.

docs/conventions.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Conventions that apply to both Elasticsearch.Net and NEST
3535

3636
* <<transports-and-pipelines, Transports and pipelines>>
3737

38-
* <<product-check-at-startup, Pre-flight product checks>>
38+
* <<product-check-at-startup, Pre-flight product check at startup>>
3939

4040
* <<sniffing-behaviour, Sniffing behaviour>>
4141

@@ -99,7 +99,7 @@ include::{building-blocks}/date-time-providers.asciidoc[]
9999

100100
include::{building-blocks}/keeping-track-of-nodes.asciidoc[]
101101

102-
include::{product-checking}/product-check-at-startup.asciidoc[]
102+
include::client-concepts/connection-pooling/product-checking/product-check-at-startup.asciidoc[]
103103

104104
[[sniffing-behaviour]]
105105
== Sniffing behaviour

tests/Tests/ClientConcepts/ConnectionPooling/ProductChecking/ProductCheckAtStartup.doc.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ namespace Tests.ClientConcepts.ConnectionPooling.ProductChecking
1313
{
1414
public class ProductCheckAtStartup
1515
{
16-
/**=== Product check on first usage
16+
/**[[product-check-at-startup]]
17+
* == Product check at startup
1718
*
18-
* Since 7.14.0, the client performs a required product check during the first call.
19+
* Since v7.14.0, the client performs a required product check before the first call.
1920
* This pre-flight product check allows us to establish the version of Elasticsearch we are communicating with.
2021
*
2122
* The product check requires one additional HTTP request to be sent to the server as part of the request pipeline.

tests/Tests/conventions.asciidoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Conventions that apply to both Elasticsearch.Net and NEST
1717
- <<lifetimes, Component lifetimes>>
1818
- <<thrown-exceptions, Exceptions>>
1919
- <<transports-and-pipelines, Transports and pipelines>>
20-
- <<product-check-at-startup, Pre-flight product checks>>
20+
- <<product-check-at-startup, Pre-flight product check at startup>>
2121
- <<sniffing-behaviour, Sniffing behaviour>>
2222
- <<pinging-behaviour, Pinging behaviour>>
2323
- <<retries-and-failover, Retries and failover>>
@@ -60,7 +60,7 @@ include::{building-blocks}/request-pipelines.asciidoc[]
6060
include::{building-blocks}/date-time-providers.asciidoc[]
6161
include::{building-blocks}/keeping-track-of-nodes.asciidoc[]
6262

63-
include::{product-checking}/product-checking/product-check-at-startup.asciidoc[]
63+
include::client-concepts/connection-pooling/product-checking/product-check-at-startup.asciidoc[]
6464

6565
[[sniffing-behaviour]]
6666
== Sniffing behaviour
@@ -84,7 +84,6 @@ include::{sniffing}/role-detection.asciidoc[]
8484
include::{pinging}/first-usage.asciidoc[]
8585
include::{pinging}/revival.asciidoc[]
8686

87-
8887
include::{round-robin}/round-robin.asciidoc[]
8988
include::{round-robin}/skip-dead-nodes.asciidoc[]
9089

0 commit comments

Comments
 (0)