From c6ef739a165534f076208e17bf4c31e8e10d3303 Mon Sep 17 00:00:00 2001 From: darylgraham Date: Tue, 6 Aug 2024 17:19:38 +1000 Subject: [PATCH] Update bad links Signed-off-by: darylgraham --- docs/plugins/observability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/observability.md b/docs/plugins/observability.md index f58fc4ae3d..324e6751d4 100644 --- a/docs/plugins/observability.md +++ b/docs/plugins/observability.md @@ -44,7 +44,7 @@ export function createRouter({ logger }) { You can also add additional metadata to all logs for your Backstage instance by overriding the `rootLogger` implementation, you can see an example in -[the `rootLogger` docs](../backend-system/core-services/root-logger#configuring-the-service). +[the `rootLogger` docs](../backend-system/core-services/root-logger.md#configuring-the-service). ### Old Backend @@ -77,7 +77,7 @@ The new backend provides a `RootHealthService` which implements to provide health checks for the entire backend instance. You can read more about this new service and how to customize it in the -[Root Health Service documentation](../backend-system/core-services/root-health/). +[Root Health Service documentation](../backend-system/core-services/root-health.md). ### New Backend (pre 1.29.0)