From 6f567235e4b24d9a21c34fa459166a78f5cd8236 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 17 Sep 2021 10:00:56 -0400 Subject: [PATCH] chore(*): fix CI badges --- README.md | 2 +- packages/react-base16-styling/README.md | 2 +- packages/redux-devtools/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b489b089..b88f8654 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/reduxjs/redux-devtools.svg?branch=master)](https://travis-ci.org/reduxjs/redux-devtools) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square)](https://github.com/reduxjs/redux-devtools/pulls) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/reduxjs/redux-devtools/CI) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=round-square)](https://github.com/reduxjs/redux-devtools/pulls) # Redux DevTools diff --git a/packages/react-base16-styling/README.md b/packages/react-base16-styling/README.md index b6b2c425..5ff07197 100644 --- a/packages/react-base16-styling/README.md +++ b/packages/react-base16-styling/README.md @@ -1,4 +1,4 @@ -# react-base16-styling [![Build Status](https://img.shields.io/travis/alexkuz/react-base16-styling/master.svg)](https://travis-ci.org/alexkuz/react-base16-styling) [![Latest Stable Version](https://img.shields.io/npm/v/react-base16-styling.svg)](https://www.npmjs.com/package/react-base16-styling) +# react-base16-styling ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/reduxjs/redux-devtools/CI) [![Latest Stable Version](https://img.shields.io/npm/v/react-base16-styling.svg)](https://www.npmjs.com/package/react-base16-styling) React styling with base16 color scheme support diff --git a/packages/redux-devtools/README.md b/packages/redux-devtools/README.md index bc743a41..dae2af45 100644 --- a/packages/redux-devtools/README.md +++ b/packages/redux-devtools/README.md @@ -14,7 +14,7 @@ A live-editing time travel environment for [Redux](https://github.com/reactjs/re - [Custom Monitors](#custom-monitors) - [License](#license) -[![build status](https://img.shields.io/travis/reduxjs/redux-devtools/master.svg?style=flat-square)](https://travis-ci.org/reduxjs/redux-devtools) +![GitHub Workflow Status](https://img.shields.io/github/workflow/status/reduxjs/redux-devtools/CI) [![npm version](https://img.shields.io/npm/v/redux-devtools.svg?style=flat-square)](https://www.npmjs.com/package/redux-devtools) [![npm downloads](https://img.shields.io/npm/dm/redux-devtools.svg?style=flat-square)](https://www.npmjs.com/package/redux-devtools) [![redux channel on discord](https://img.shields.io/badge/discord-redux@reactiflux-738bd7.svg?style=flat-square)](https://discord.gg/0ZcbPKXt5bWb10Ma)