Skip to content

Commit 4956a10

Browse files
clean up cross-repo links
1 parent 879bbd6 commit 4956a10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/migration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The following are some of the main features which have not been re-implemented f
160160
* Visitor pattern support for types such as `Properties`.
161161
* Support for `JoinField` which affects `ChildrenAggregation`.
162162
* Conditionless queries.
163-
* DiagnosticSources have been removed in `Elastic.Transport` to provide a clean-slate for an improved diagnostics story. The Elasticsearch .NET Client emits [OpenTelemetry](https://opentelemetry.io/) compatible `Activity` spans which can be consumed by APM agents such as the [Elastic APM Agent for .NET](apm-agent-dotnet://docs/reference/index.md).
163+
* DiagnosticSources have been removed in `Elastic.Transport` to provide a clean-slate for an improved diagnostics story. The Elasticsearch .NET Client emits [OpenTelemetry](https://opentelemetry.io/) compatible `Activity` spans which can be consumed by APM agents such as the [Elastic APM Agent for .NET](apm-agent-dotnet://reference/index.md).
164164
* Documentation is a work in progress, and we will expand on the documented scenarios in future releases.
165165

166166

docs/reference/using-net-client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77

88
The sections below provide tutorials on the most frequently used and some less obvious features of {{es}}.
99

10-
For a full reference, see the [Elasticsearch documentation](docs-content://get-started/index.md) and in particular the [REST APIs](elasticsearch://docs/reference/elasticsearch/rest-apis/index.md) section. The Elasticsearch .NET Client follows closely the JSON structures described there.
10+
For a full reference, see the [Elasticsearch documentation](docs-content://get-started/index.md) and in particular the [REST APIs](elasticsearch://reference/elasticsearch/rest-apis/index.md) section. The Elasticsearch .NET Client follows closely the JSON structures described there.
1111

1212
A .NET API reference documentation for the Elasticsearch client package is available [here](https://elastic.github.io/elasticsearch-net).
1313

0 commit comments

Comments
 (0)