Skip to content

Commit

Permalink
Merge pull request #8463 from colleenmcginnis/docs-fix-cross-repo-links
Browse files Browse the repository at this point in the history
[docs] Clean up cross-repo links
  • Loading branch information
marciw authored Feb 28, 2025
2 parents 879bbd6 + 4956a10 commit ffe9e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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,7 +7,7 @@ mapped_pages:

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

Expand Down

0 comments on commit ffe9e46

Please sign in to comment.