From 693b79922be057777345c22d3c5a030ed36c323f Mon Sep 17 00:00:00 2001 From: Espen Klem Date: Fri, 4 Feb 2022 14:11:32 +0100 Subject: [PATCH] build url + image --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffca5c5..159225d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Language codes are changed from ISO-639-1 (two characters) to ISO-639-3. This to [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] -[![Build Status][travis-image]][travis-url] +[![Build Status][CI-image]][CI-url] [![JavaScript Style Guide][standardjs-image]][standardjs-url] [![MIT License][license-image]][license-url] @@ -200,7 +200,7 @@ Most of this work is from other projects and people, and wouldn't be possible wi [npm-url]: https://npmjs.org/package/stopword [npm-version-image]: http://img.shields.io/npm/v/stopword.svg?style=flat [npm-downloads-image]: http://img.shields.io/npm/dm/stopword.svg?style=flat -[travis-url]: http://travis-ci.org/fergiemcdowall/stopword -[travis-image]: http://img.shields.io/travis/fergiemcdowall/stopword.svg?style=flat +[CI-url]: https://github.com/fergiemcdowall/stopword/actions/workflows/tests.yml +[CI-image]: https://github.com/fergiemcdowall/stopword/actions/workflows/tests.yml/badge.svg [standardjs-url]: https://standardjs.com [standardjs-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square