From 4cd5dd52985681a518d0eb364c5d1c8956017279 Mon Sep 17 00:00:00 2001 From: Jeff Tian Date: Fri, 9 Dec 2022 13:11:42 +0800 Subject: [PATCH] docs: fix broken links The latest working link for building docker should be https://backstage.io/docs/deployment/docker. Signed-off-by: Jeff Tian --- contrib/docs/tutorials/aws-deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/docs/tutorials/aws-deployment.md b/contrib/docs/tutorials/aws-deployment.md index a767d292bf..6edbb73f9d 100644 --- a/contrib/docs/tutorials/aws-deployment.md +++ b/contrib/docs/tutorials/aws-deployment.md @@ -1,7 +1,7 @@ # Deploying Backstage on AWS using ECR and EKS Backstage documentation shows how to build a [Docker -image](https://backstage.io/docs/getting-started/deployment-docker); this +image](https://backstage.io/docs/deployment/docker); this tutorial shows how to deploy that Docker image to AWS using Elastic Container Registry (ECR) and Elastic Kubernetes Service (EKS). Amazon also supports deployments with Helm, covered in the [Helm @@ -36,7 +36,7 @@ Go to [AWS IAM console](https://console.aws.amazon.com/iam/home) and select ## Publish a Backstage build Follow the [Docker -image](https://backstage.io/docs/getting-started/deployment-docker) +image](https://backstage.io/docs/deployment/docker) documentation to build a new Backstage Docker image: ```shell