Skip to content

Commit f5ed7bf

Browse files
authored
fix GitHub workflow badge URL (#2647)
See badges/shields#8671
1 parent 063d73f commit f5ed7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Laravel MongoDB
33

44
[![Latest Stable Version](http://img.shields.io/github/release/mongodb/laravel-mongodb.svg)](https://packagist.org/packages/mongodb/laravel-mongodb)
55
[![Total Downloads](http://img.shields.io/packagist/dm/mongodb/laravel-mongodb.svg)](https://packagist.org/packages/mongodb/laravel-mongodb)
6-
[![Build Status](https://img.shields.io/github/workflow/status/mongodb/laravel-mongodb/CI)](https://github.com/mongodb/laravel-mongodb/actions)
6+
[![Build Status](https://img.shields.io/github/actions/workflow/status/mongodb/laravel-mongodb/build-ci.yml)](https://github.com/mongodb/laravel-mongodb/actions/workflows/build-ci.yml)
77

88
This package adds functionalities to the Eloquent model and Query builder for MongoDB, using the original Laravel API.
99
*This library extends the original Laravel classes, so it uses exactly the same methods.*

0 commit comments

Comments
 (0)