From 28a0003fa75d46fa05506ec37bc48ace2e95d095 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 14 Sep 2021 19:15:15 -0400 Subject: [PATCH] Add missing period Signed-off-by: Adam Harvey --- docs/deployment/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/index.md b/docs/deployment/index.md index 27db7af368..621870ea6f 100644 --- a/docs/deployment/index.md +++ b/docs/deployment/index.md @@ -32,7 +32,7 @@ requires the first two steps. An example of deploying Backstage with a [Helm chart](helm.md), a common pattern in AWS, is also available. There is also a contrib guide to deploying Backstage with -[AWS Fargate and Aurora PostgreSQL](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/aws-fargate-deployment.md) +[AWS Fargate and Aurora PostgreSQL](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/aws-fargate-deployment.md). Please consider contributing other deployment guides if you get Backstage set up on common infrastructure, it would be a great benefit to the community.