Skip to content

Commit 9edcbda

Browse files
committed
fix(docs): update links in OpenTelemetry self-hosted guide for Grafana and Jaeger
Corrected the links in the OpenTelemetry self-hosted guide to point to the appropriate Markdown files for the Grafana Stack and Jaeger setup. This ensures users are directed to the correct resources for configuring their self-hosted observability solutions.
1 parent 31d7289 commit 9edcbda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.web/docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export default defineConfig({
194194
},
195195
{
196196
text: 'Self-hosted Grafana Stack',
197-
link: '/guide/otel/self-hosted/',
197+
link: '/guide/otel/self-hosted/grafana-stack.md',
198198
},
199199
{
200200
text: 'Grafana Dashboards',

.web/docs/guide/otel/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ You can use various solutions to collect and visualize OpenTelemetry data. Here
6262

6363
- [Grafana Cloud](/guide/otel/grafana-cloud/) - Fully managed observability platform with support for metrics, logs, and traces
6464
- [Honeycomb](/guide/otel/honeycomb/) - Observability platform designed for debugging complex systems
65-
- [Self-hosted Grafana Stack](/guide/otel/self-hosted/grafana-stack/) - Run your own OpenTelemetry collector and visualize data with Grafana
66-
- [Self-hosted Jaeger](/guide/otel/self-hosted/jaeger/) - Run your own Jaeger for tracing
65+
- [Self-hosted Grafana Stack](/guide/otel/self-hosted/grafana-stack.md) - Run your own OpenTelemetry collector and visualize data with Grafana
66+
- [Self-hosted Jaeger](/guide/otel/self-hosted/jaeger.md) - Run your own Jaeger for tracing
6767

6868
:::
6969

0 commit comments

Comments
 (0)