From 408cddeb514e2bb4ec5915380e90b514cc3f2629 Mon Sep 17 00:00:00 2001 From: "Andres Garcia (TECH-ANDGAR)" Date: Sun, 25 Feb 2024 23:05:36 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fcb37b..c188a4e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Star this Repo](https://img.shields.io/github/stars/bwu-dart/http_exception.svg?style=flat)](https://github.com/bwu-dart/http_exception) [![Pub Package](https://img.shields.io/pub/v/http_exception.svg?style=flat)](https://pub.dartlang.org/packages/http_exception) -[![Build Status](https://travis-ci.org/bwu-dart/http_exception.svg?branch=master)](https://travis-ci.org/bwu-dart/http_exception) -[![Coverage Status](https://coveralls.io/repos/bwu-dart/http_exception/badge.svg?branch=master)](https://coveralls.io/r/bwu-dart/http_exception) +[![build Status](https://github.com/andgar2010/http_exception/actions/workflows/build.yml/badge.svg)](https://github.com/andgar2010/http_exception/actions/workflows/build.yml) +[![Coverage Status](https://coveralls.io/repos/github/andgar2010/http_exception/badge.svg?branch=main)](https://coveralls.io/github/andgar2010/http_exception?branch=main) A set of predefined exception classes for HTTP errors extracted from [shelf_exception_response](https://pub.dartlang.org/packages/shelf_exception_response).