Skip to content

Commit 69a60a6

Browse files
committed
Update documentation links
1 parent 7f249e8 commit 69a60a6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/client-concepts/high-level/indexing/ingest-nodes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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-
[[ingest-node]]
15+
[[ingest-nodes]]
1616
=== Ingest Node
1717

1818
Elasticsearch will automatically re-route index requests to ingest nodes,

docs/client-concepts/high-level/indexing/pipelines.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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-
[[ingest-pipelines]]
15+
[[pipelines]]
1616
=== Ingest Pipelines
1717

1818
An ingest pipeline is a series of processors that are to be executed in the same order as they are declared.

docs/high-level.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ NEST exposes a number of important features for indexing documents into Elastics
160160

161161
* <<indexing-documents, Indexing Documents>>
162162

163-
* <<ingest-pipelines, Ingest Pipelines>>
163+
* <<ingest-nodes, Ingest Node>>
164164

165-
* <<ingest-node, Ingest Node>>
165+
* <<pipelines, Ingest Pipelines>>
166166

167167
include::{output-dir}/indexing/indexing-documents.asciidoc[]
168168

169-
include::{output-dir}/indexing/ingest-node.asciidoc[]
169+
include::{output-dir}/indexing/ingest-nodes.asciidoc[]
170170

171-
include::{output-dir}/indexing/ingest-pipelines.asciidoc[]
171+
include::{output-dir}/indexing/pipelines.asciidoc[]
172172

173173
[[analysis]]
174174
== Analysis

src/Tests/Tests/ClientConcepts/HighLevel/Indexing/IngestNodes.doc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Tests.ClientConcepts.HighLevel.Caching
99
{
10-
/**[[ingest-node]]
10+
/**[[ingest-nodes]]
1111
*=== Ingest Node
1212
*
1313
* Elasticsearch will automatically re-route index requests to ingest nodes,

src/Tests/Tests/ClientConcepts/HighLevel/Indexing/Pipelines.doc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Tests.ClientConcepts.HighLevel.Caching
99
{
10-
/**[[ingest-pipelines]]
10+
/**[[pipelines]]
1111
*=== Ingest Pipelines
1212
*
1313
* An ingest pipeline is a series of processors that are to be executed in the same order as they are declared.

0 commit comments

Comments
 (0)