From 7b7e5caca084e7b03dbac321cae0fc16c729d2a0 Mon Sep 17 00:00:00 2001 From: Stefan Fuchs Date: Wed, 22 Feb 2023 11:49:16 +1100 Subject: [PATCH] Render database configuration link correctly This fixes an issue where a markdown link isn't rendered correctly in the 3rd paragraph here: https://backstage.io/docs/tutorials/configuring-plugin-databases#connection-configuration-per-plugin Signed-off-by: Stefan Fuchs --- docs/tutorials/configuring-plugin-databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/configuring-plugin-databases.md b/docs/tutorials/configuring-plugin-databases.md index 34e62c285a..8cd5ce99a9 100644 --- a/docs/tutorials/configuring-plugin-databases.md +++ b/docs/tutorials/configuring-plugin-databases.md @@ -21,8 +21,8 @@ instance or cluster. With infrastructure defined as code or data (Terraform, AWS CloudFormation, etc.), you may have database credentials which lack permissions to create new databases or you do not have control over the database names. In these -instances, you can set the database connection configuration on a [per plugin basis] -(#connection-configuration-per-plugin). +instances, you can set the database connection configuration on a +[per plugin basis](#connection-configuration-per-plugin). Backstage supports all of these use cases with the `DatabaseManager` provided by `@backstage/backend-common`. We will now cover how to use and configure