From 9acc97880bebcfc60229684918e86b4368c297fa Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Wed, 18 Dec 2024 15:23:14 +0100 Subject: [PATCH] fix: update README link in catalog-info.yaml and remove unnecessary line in index.md --- docs/index.md | 2 -- edp-backstage-integration/catalog-info.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5b65f77..f24f83b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,5 +2,3 @@ Main entry point - -{!../README.md!} \ No newline at end of file diff --git a/edp-backstage-integration/catalog-info.yaml b/edp-backstage-integration/catalog-info.yaml index 36dc7d4..c7f48dc 100644 --- a/edp-backstage-integration/catalog-info.yaml +++ b/edp-backstage-integration/catalog-info.yaml @@ -6,7 +6,7 @@ metadata: description: This component represents the documentation for our project. annotations: backstage.io/techdocs-ref: dir:.. - backstage.io/docs-url: ../README.md + backstage.io/docs-url: ./README.md tags: - documentation - docs