Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.4] [DOCS] Modifies link that points to .NET client page. (#90229) #90246

Merged
merged 1 commit into from
Sep 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[DOCS] Modifies link that points to .NET client page. (#90229)
szabosteve committed Sep 22, 2022
commit 02dd454a08b019bc242ce0412506615cae7ce8d4
2 changes: 1 addition & 1 deletion docs/reference/docs/bulk.asciidoc
Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ JavaScript::
See {jsclient-current}/client-helpers.html[client.helpers.*]

.NET::
See https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/indexing-documents.html#bulkall-observable[`BulkAllObservable`]
See https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/indexing-documents.html[`BulkAllObservable`]

PHP::
See https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/indexing_documents.html#_bulk_indexing[Bulk indexing]