docs: fix broken links

The latest working link for building docker should be https://backstage.io/docs/deployment/docker.

Signed-off-by: Jeff Tian <jeff.tian@outlook.com>
This commit is contained in:
Jeff Tian
2022-12-09 13:11:42 +08:00
committed by GitHub
parent ec0cf49e43
commit 4cd5dd5298
+2 -2
View File
@@ -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