Skip to content

Commit 7f249e8

Browse files
committed
Update documentation links
1 parent a05216f commit 7f249e8

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

docs/client-concepts/high-level/indexing/indexing.asciidoc renamed to docs/client-concepts/high-level/indexing/indexing-documents.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-
[[indexing-overview]]
15+
[[indexing-documents]]
1616
=== Indexing
1717

1818
NEST has a number of ways to index documents.

docs/high-level.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,17 @@ on using the {ref_current}/search-search.html[Search API].
158158

159159
NEST exposes a number of important features for indexing documents into Elasticsearch.
160160

161-
* <<indexing, Indexing>>
162-
163-
* <<ingest-node, Ingest Node>>
161+
* <<indexing-documents, Indexing Documents>>
164162

165163
* <<ingest-pipelines, Ingest Pipelines>>
166164

167-
include::{output-dir}/indexing/indexing.asciidoc[]
165+
* <<ingest-node, Ingest Node>>
166+
167+
include::{output-dir}/indexing/indexing-documents.asciidoc[]
168168

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

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

173173
[[analysis]]
174174
== Analysis

src/Tests/Tests/ClientConcepts/HighLevel/Indexing/Indexing.doc.cs renamed to src/Tests/Tests/ClientConcepts/HighLevel/Indexing/IndexingDocuments.doc.cs

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

99
namespace Tests.ClientConcepts.HighLevel.Caching
1010
{
11-
/**[[indexing]]
11+
/**[[indexing-documents]]
1212
*=== Indexing
1313
*
1414
* NEST has a number of ways to index documents.

src/Tests/Tests/high-level.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ on using the {ref_current}/search-search.html[Search API].
117117

118118
NEST exposes a number of important features for indexing documents into Elasticsearch.
119119

120-
- <<indexing, Indexing>>
121-
- <<ingest-node, Ingest Node>>
120+
- <<indexing-documents, Indexing Documents>>
122121
- <<ingest-pipelines, Ingest Pipelines>>
122+
- <<ingest-node, Ingest Node>>
123123

124-
include::{output-dir}/indexing/indexing.asciidoc[]
124+
include::{output-dir}/indexing/indexing-documents.asciidoc[]
125125
include::{output-dir}/indexing/ingest-node.asciidoc[]
126126
include::{output-dir}/indexing/ingest-pipelines.asciidoc[]
127127

0 commit comments

Comments
 (0)