Skip to content

Commit

Permalink
Fix badge links in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai authored Oct 23, 2024
1 parent bff289a commit 2028f69
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@

<div>
<a href="https://github.com/neurobagel/query-tool/actions/workflows/pages/pages-build-deployment">
<img src="https://img.shields.io/website?down_color=CD5C5C&down_message=down&label=deployed%20app&style=flat-square&up_color=B0C4DE&up_message=live&url=https%3A%2F%2Fquery.neurobagel.org%2F" alt="deployed app">
</a>
<img src="https://img.shields.io/website?down_color=CD5C5C&down_message=down&label=deployed%20app&style=flat-square&up_color=B0C4DE&up_message=live&url=https%3A%2F%2Fquery.neurobagel.org%2F" alt="deployed app"></a>
<a href="https://github.com/neurobagel/query-tool/actions/workflows/component-test.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/neurobagel/query-tool/component-test.yaml?color=BDB76B&label=component test&style=flat-square" alt="component test">
</a>
<img src="https://img.shields.io/github/actions/workflow/status/neurobagel/query-tool/component-test.yaml?color=BDB76B&label=component test&style=flat-square" alt="component test"></a>
<a href="https://github.com/neurobagel/query-tool/actions/workflows/e2e-test.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/neurobagel/query-tool/e2e-test.yaml?color=8FBC8F&label=e2e test&style=flat-square" alt="e2e test">
</a>
<img src="https://img.shields.io/github/actions/workflow/status/neurobagel/query-tool/e2e-test.yaml?color=8FBC8F&label=e2e test&style=flat-square" alt="e2e test"></a>
<a href="https://nodejs.org/en//">
<img src="https://img.shields.io/badge/node-20.9-CD5C5C?style=flat-square" alt="Node">
<img src="https://img.shields.io/badge/node-20.9-CD5C5C?style=flat-square" alt="Node"></a>
<a href="LICENSE">
<img src="https://img.shields.io/github/license/neurobagel/query-tool?color=4682B4&style=flat-square" alt="GitHub license">
</a>
<img src="https://img.shields.io/github/license/neurobagel/query-tool?color=4682B4&style=flat-square" alt="GitHub license"></a>
</div>
<br>

Expand Down

0 comments on commit 2028f69

Please sign in to comment.