I am trying to add SonarCloud
badge to my README
.
But when I do like this
![https://sonarcloud.io/dashboard?id=com.lapots.breed.judge%3Ajudge-rule-engine](https://sonarcloud.io/api/project_badges/measure?project=com.lapots.breed.judge%3Ajudge-rule-engine&metric=alert_status)
The badge itself looks fine but it does not allow to go to sonarcloud
project and instead leads to camo.githubusercontent.com
.
Which link should I use to access the SonarCloud
project?
Thanks.
You can use this link to access SonarCloud project directly:
https://sonarcloud.io/dashboard?id=Project_Key_Here
Alternatively, you could access your SonarCloud badge via following steps:
The markdown syntax for an image with link is
[![<image title>](<image url>)](link url)
So, try:
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=com.lapots.breed.judge:judge-rule-engine&metric=alert_status)](https://sonarcloud.io/dashboard?id=com.lapots.breed.judge:judge-rule-engine)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With