From c0faa16f6eed77f9da3caabe9cee47030d768d0d Mon Sep 17 00:00:00 2001 From: Muhammad Kamran Azeem Date: Mon, 30 Aug 2021 23:40:16 +0200 Subject: [PATCH] Fixed instructions for adding Webhook under Gitlab (#1737) The instructions incorrectly asked to visit "Settings->Integrations" , whereas the correct instruction is to visit "Settings->Webhooks". This PR fixes the error. --- runatlantis.io/guide/testing-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runatlantis.io/guide/testing-locally.md b/runatlantis.io/guide/testing-locally.md index 8b6f390c1..cbe371473 100644 --- a/runatlantis.io/guide/testing-locally.md +++ b/runatlantis.io/guide/testing-locally.md @@ -86,7 +86,7 @@ Take the URL that ngrok output and create a webhook in your GitHub, GitLab or Bi Expand