Skip to content

Commit

Permalink
fix: fix discord badge
Browse files Browse the repository at this point in the history
image needs to be full URL since it renders at https://github.com/procore-oss and not in the .github repo

Signed-off-by: jmeridth <[email protected]>
  • Loading branch information
jmeridth committed Oct 27, 2023
1 parent 4fc676f commit 712d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<p align="center">
<a href="https://discord.gg/cxd58srb">
<img src="../discord_badge_scaled.svg">
<img src="https://github.com/procore-oss/.github/blob/main/discord_badge_scaled.svg?raw=true">
</a>
</p>

0 comments on commit 712d24d

Please sign in to comment.