From b67dd9579cba985335622dfcf4e2783777b2da02 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 14 May 2024 15:47:53 -0400 Subject: [PATCH] fix: update hero img loc (#4554) Signed-off-by: Rui Chen --- README.md | 2 +- server/events/vcs/azuredevops_client.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64fd37714f..142d1799f5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Slack](https://img.shields.io/badge/Join-Atlantis%20Community%20Slack-red)](https://join.slack.com/t/atlantis-community/shared_invite/zt-9xlxtxtc-CUSKB1ATt_sQy6um~LDPNw)

- Atlantis Logo

+ Atlantis Logo

Terraform Pull Request Automation

diff --git a/server/events/vcs/azuredevops_client.go b/server/events/vcs/azuredevops_client.go index aee6cee5a5..cd2ebe52fe 100644 --- a/server/events/vcs/azuredevops_client.go +++ b/server/events/vcs/azuredevops_client.go @@ -316,7 +316,7 @@ func (g *AzureDevopsClient) MergePull(logger logging.SimpleLogging, pull models. return fmt.Errorf("the user %s is not found in the organization %s", g.UserName, owner) } - imageURL := "https://github.com/runatlantis/atlantis/raw/main/runatlantis.io/.vitepress/public/hero.png" + imageURL := "https://raw.githubusercontent.com/runatlantis/atlantis/main/runatlantis.io/public/hero.png" id := azuredevops.IdentityRef{ Descriptor: &descriptor, ID: userID,