From fc5b030d6772af40b263b0fee197e71f6115be90 Mon Sep 17 00:00:00 2001 From: Drift Check Updater Date: Thu, 4 Aug 2022 12:07:38 +0900 Subject: [PATCH 1/2] Fix helm chart url in website_link_check --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36d78debbf..0f6b6b77fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,7 @@ jobs: muffet \ -e 'https://github\.com/runatlantis/atlantis/edit/master/.*' \ -e 'https://github.com/runatlantis/helm-charts#customization' \ + -e 'https://github.com/runatlantis/helm-charts/blob/main/README.md#customization' \ --header 'Accept-Encoding:deflate, gzip' \ --buffer-size 8192 \ http://localhost:8080/ From 53ea788d730f5748587f2ea793c9783ba162fbe4 Mon Sep 17 00:00:00 2001 From: kangaechu Date: Sat, 6 Aug 2022 08:10:28 +0900 Subject: [PATCH 2/2] change markdown url instead of add exclude settings in website_link_check --- .circleci/config.yml | 1 - runatlantis.io/docs/using-slack-hooks.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f6b6b77fd..36d78debbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,7 +44,6 @@ jobs: muffet \ -e 'https://github\.com/runatlantis/atlantis/edit/master/.*' \ -e 'https://github.com/runatlantis/helm-charts#customization' \ - -e 'https://github.com/runatlantis/helm-charts/blob/main/README.md#customization' \ --header 'Accept-Encoding:deflate, gzip' \ --buffer-size 8192 \ http://localhost:8080/ diff --git a/runatlantis.io/docs/using-slack-hooks.md b/runatlantis.io/docs/using-slack-hooks.md index 9d0b02d79e..5155a2c68c 100644 --- a/runatlantis.io/docs/using-slack-hooks.md +++ b/runatlantis.io/docs/using-slack-hooks.md @@ -44,7 +44,7 @@ webhooks: channel: my-channel ``` -If you are deploying Atlantis as a Helm chart, this can be implemented via the `config` parameter available for [chart customizations](https://github.com/runatlantis/helm-charts/blob/main/README.md#customization): +If you are deploying Atlantis as a Helm chart, this can be implemented via the `config` parameter available for [chart customizations](https://github.com/runatlantis/helm-charts#customization): ```