Skip to content

[docs] Clean up cross-repo links #8463

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

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/reference/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The following are some of the main features which have not been re-implemented f
* Visitor pattern support for types such as `Properties`.
* Support for `JoinField` which affects `ChildrenAggregation`.
* Conditionless queries.
* 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).
* 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).
* Documentation is a work in progress, and we will expand on the documented scenarios in future releases.


Expand Down
2 changes: 1 addition & 1 deletion docs/reference/using-net-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

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

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.
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.

Check failure on line 10 in docs/reference/using-net-client.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

'docs-content' is not declared as valid cross link repository in docset.yml under cross_links: 'docs-content://get-started/index.md'

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

If you’re new to {{es}}, make sure also to read [Elasticsearch’s quick start](docs-content://solutions/search/get-started.md) that provides a good introduction.

Check failure on line 14 in docs/reference/using-net-client.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

'docs-content' is not declared as valid cross link repository in docset.yml under cross_links: 'docs-content://solutions/search/get-started.md'

* [Usage recommendations](/reference/recommendations.md)
* [CRUD usage examples](/reference/examples.md)
Expand Down
Loading