Skip to content

Commit 1064437

Browse files
READMEs: fix workflow badge link
1 parent 1fb7e52 commit 1064437

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</p>
1313

1414
<p align="center">
15-
<a href="https://github.com/objectbox/objectbox-dart/actions/workflows/dart.yml">
16-
<img src="https://github.com/objectbox/objectbox-dart/actions/workflows/dart.yml/badge.svg" alt="Build and test">
15+
<a href="https://github.com/objectbox/objectbox-dart/actions/workflows/test.yml">
16+
<img src="https://github.com/objectbox/objectbox-dart/actions/workflows/test.yml/badge.svg" alt="Build and test">
1717
</a>
1818
<a href="https://pub.dev/packages/objectbox">
1919
<img src="https://img.shields.io/pub/v/objectbox.svg?label=pub.dev&logo=dart&style=flat-square" alt="pub.dev package">

objectbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</p>
1111

1212
<p align="center">
13-
<a href="https://github.com/objectbox/objectbox-dart/actions/workflows/dart.yml">
14-
<img src="https://github.com/objectbox/objectbox-dart/actions/workflows/dart.yml/badge.svg" alt="Build and test">
13+
<a href="https://github.com/objectbox/objectbox-dart/actions/workflows/test.yml">
14+
<img src="https://github.com/objectbox/objectbox-dart/actions/workflows/test.yml/badge.svg" alt="Build and test">
1515
</a>
1616
<a href="https://pub.dev/packages/objectbox">
1717
<img src="https://img.shields.io/pub/v/objectbox.svg?label=pub.dev&logo=dart&style=flat-square" alt="pub.dev package">

0 commit comments

Comments
 (0)