From 5edac18d6f0a5db24ebec6a0431dcdc401ae85bf Mon Sep 17 00:00:00 2001 From: Nish Krishnan Date: Wed, 2 Dec 2020 16:58:50 -0500 Subject: [PATCH] Fix broken links (#1279) * Fix broken links https://app.circleci.com/pipelines/github/runatlantis/atlantis/484/workflows/b88e1ab2-3be7-4967-b821-f7867b78ce2f/jobs/5487 --- runatlantis.io/docs/access-credentials.md | 2 +- runatlantis.io/docs/deployment.md | 2 +- runatlantis.io/guide/testing-locally.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runatlantis.io/docs/access-credentials.md b/runatlantis.io/docs/access-credentials.md index 89a71837c..853e5af4d 100644 --- a/runatlantis.io/docs/access-credentials.md +++ b/runatlantis.io/docs/access-credentials.md @@ -57,7 +57,7 @@ Only a single installation per GitHub App is supported at the moment. - Record the access token ### Bitbucket Cloud (bitbucket.org) -- Create an App Password by following [https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword) +- Create an App Password by following [https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/) - Label the password "atlantis" - Select **Pull requests**: **Read** and **Write** so that Atlantis can read your pull requests and write comments to them - Record the access token diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index 1d74e4d30..45685cb07 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -524,7 +524,7 @@ OpenShift runs Docker images with random user id's that use `/` as their home di ### AWS Fargate If you'd like to run Atlantis on [AWS Fargate](https://aws.amazon.com/fargate/) - check out the Atlantis module on the Terraform Module Registry: [https://registry.terraform.io/modules/terraform-aws-modules/atlantis/aws](https://registry.terraform.io/modules/terraform-aws-modules/atlantis/aws) + check out the Atlantis module on the [Terraform Module Registry](https://tf-registry.herokuapp.com/modules/terraform-aws-modules/atlantis/aws/latest) and then check out the [Next Steps](#next-steps). ### Google Kubernetes Engine (GKE) diff --git a/runatlantis.io/guide/testing-locally.md b/runatlantis.io/guide/testing-locally.md index ff715926b..4ae638dd0 100644 --- a/runatlantis.io/guide/testing-locally.md +++ b/runatlantis.io/guide/testing-locally.md @@ -164,7 +164,7 @@ TOKEN="{YOUR_TOKEN}" ``` ### Bitbucket Cloud (bitbucket.org) Access Token -- follow [https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword](https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html#Apppasswords-Createanapppassword) +- follow [https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/) - Label the password "atlantis" - Select **Pull requests**: **Read** and **Write** so that Atlantis can read your pull requests and write comments to them - set the token as an environment variable