diff --git a/content/yaml-notification/status-badges.md b/content/yaml-notification/status-badges.md index c3d7c927..1e864f37 100644 --- a/content/yaml-notification/status-badges.md +++ b/content/yaml-notification/status-badges.md @@ -30,7 +30,7 @@ Thus, the final URL should look something like `https://api.codemagic.io/apps/5f To use the build status badge with markdown, e.g. when adding it to a repository's README, it should be formatted in the following way: {{< highlight markdown "style=paraiso-dark">}} -[![Codemagic build status](https://api.codemagic.io/apps///status_badge.svg)](https://codemagic.io/apps///latest_build) +[![Codemagic build status](https://api.codemagic.io/apps///status_badge.svg)](https://codemagic.io/app///latest_build) {{< /highlight >}}