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

[release/oss-v24.2] Fix links in new docs #4183

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
8 changes: 4 additions & 4 deletions docs/whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In this initial version of the plugin, X.509 certificate authentication works in

This plugin is available in the commercial version of 24.2.0, but is disabled by default.

Refer to the [documentation](security.md#user-x509-certificates) for instructions on how to enable and use this feature.
Refer to the [documentation](security.md#user-x-509-certificates) for instructions on how to enable and use this feature.

### OpenTelemetry Exporter <Badge type="warning" text="Commercial" vertical="middle" />

Expand All @@ -38,7 +38,7 @@ This direct export capability simplifies integration with Application Performanc

This feature empowers you to gain deeper insights into your EventStoreDB deployments, ultimately aiding in performance optimization and enhanced operational efficiency.

Refer to the [documentation](metrics.md#otlp-exporter) for more information about using and configuring this plugin.
Refer to the [documentation](metrics.md#opentelemetry-exporter) for more information about using and configuring this plugin.

### Logs download <Badge type="warning" text="Commercial" vertical="middle" />

Expand All @@ -48,7 +48,7 @@ This allows developers and users who don't have direct access to the machines wh

This plugin is part of the commercial version in 24.2.0 and is enabled by default.

Refer to the [documentation](diagnostics.md#downloading-log-files)
Refer to the [documentation](diagnostics.md#logs-download)
for more information on how to use this feature.

## Feature enhancements
Expand Down Expand Up @@ -94,4 +94,4 @@ NodeTcpPortAdvertiseAs

The options for the internal TCP API (`ReplicationTcp*/IntTcp*`) are unchanged from version 23.10.0.

You can read more about any breaking changes and what you should be aware of during an upgrade in the [Upgrade Guide](/upgrade-guide.md).
You can read more about any breaking changes and what you should be aware of during an upgrade in the [Upgrade Guide](upgrade-guide.md).
Loading