Skip to content

Commit

Permalink
docs: fixes links in badges on README.md (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 3, 2024
1 parent 8766b9c commit 23f7979
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# trestle-bot

![[Pre-commit](https://github.com/pre-commit/pre-commit)](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)
![[License](http://www.apache.org/licenses/LICENSE-2.0.html)](https://img.shields.io/badge/license-apache-blue.svg)
![[Code Coverage](https://sonarcloud.io/dashboard?id=rh-psce_trestle-bot)](https://sonarcloud.io/api/project_badges/measure?project=rh-psce_trestle-bot&metric=coverage)
![[Quality gate](https://sonarcloud.io/dashboard?id=rh-psce_trestle-bot)](https://sonarcloud.io/api/project_badges/measure?project=rh-psce_trestle-bot&metric=alert_status)
[![Pre commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![License](https://img.shields.io/badge/license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rh-psce_trestle-bot&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rh-psce_trestle-bot)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rh-psce_trestle-bot&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rh-psce_trestle-bot)



Expand Down

0 comments on commit 23f7979

Please sign in to comment.