Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bats-core/bats-assert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Whitacre <chad@zetaweb.com>2020-04-07 18:18:22 +0300
committerGitHub <noreply@github.com>2020-04-07 18:18:22 +0300
commite56fe279e547683c7674771fe2386312d21df4e8 (patch)
tree010d1064cfdf9c9a25cb5ed92dc77cdd488178b2
parent027f1cf7d4266c7516674a0a6f77c3bbb48d8b42 (diff)
Fix badges
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6afdf83..f980537 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# bats-assert
-[![License](https://img.shields.io/npm/l/bats-assert.svg)](https://github.com/jasonkarns/bats-assert-1/blob/master/LICENSE)
-[![GitHub release](https://img.shields.io/github/release/jasonkarns/bats-assert-1.svg)](https://github.com/jasonkarns/bats-assert-1/releases/latest)
+[![License](https://img.shields.io/npm/l/bats-assert.svg)](https://github.com/bats-core/bats-assert/blob/master/LICENSE)
+[![GitHub release](https://img.shields.io/github/release/bats-core/bats-assert.svg)](https://github.com/bats-core/bats-assert/releases/latest)
[![npm release](https://img.shields.io/npm/v/bats-assert.svg)](https://www.npmjs.com/package/bats-assert)
-[![Build Status](https://travis-ci.org/jasonkarns/bats-assert-1.svg?branch=master)](https://travis-ci.org/jasonkarns/bats-assert-1)
+[![Build Status](https://travis-ci.org/bats-core/bats-assert.svg?branch=master)](https://travis-ci.org/bats-core/bats-assert)
`bats-assert` is a helper library providing common assertions for [Bats][bats].