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

github.com/bats-core/bats-support.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schulze <37703201+martin-schulze-vireso@users.noreply.github.com>2022-03-04 09:13:03 +0300
committerGitHub <noreply@github.com>2022-03-04 09:13:03 +0300
commit6e339fe3b46238bbb02a863e4825e66e5257880a (patch)
tree206ef2c8208eda8b1878eea011442bc0ee4bb08d
parentd140a65044b2d6810381935ae7f0c94c7023c8c3 (diff)
parent47613734572ec7eea76b22efef1df0b23296fa9a (diff)
Merge pull request #3 from jlisee/patch-1
Update README to reflect fork
-rw-r--r--README.md21
1 files changed, 6 insertions, 15 deletions
diff --git a/README.md b/README.md
index 71c02ba..a51d031 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,8 @@
-*__Important:__ `bats-core` has been renamed to `bats-support`. GitHub
-automatically redirects all references, e.g. submodules and clones will
-continue to work, but you are encouraged to [update][github-rename]
-them. Version numbering continues where `bats-core` left off.*
-
-[github-rename]: https://help.github.com/articles/renaming-a-repository/
-
-- - - - -
-
# bats-support
-[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/ztombol/bats-support/master/LICENSE)
-[![GitHub release](https://img.shields.io/github/release/ztombol/bats-support.svg)](https://github.com/ztombol/bats-support/releases/latest)
-[![Build Status](https://travis-ci.org/ztombol/bats-support.svg?branch=master)](https://travis-ci.org/ztombol/bats-support)
+[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/bats-core/bats-support/master/LICENSE)
+[![GitHub release](https://img.shields.io/github/release/bats-core/bats-support.svg)](https://github.com/bats-core/bats-support/releases/latest)
+[![Build Status](https://travis-ci.org/bats-core/bats-support.svg?branch=master)](https://travis-ci.org/bats-core/bats-support)
`bats-support` is a supporting library providing common functions to
test helper libraries written for [Bats][bats].
@@ -184,6 +175,6 @@ log_test() {
<!-- REFERENCES -->
-[bats]: https://github.com/sstephenson/bats
-[bats-docs]: https://github.com/ztombol/bats-docs
-[bats-assert]: https://github.com/ztombol/bats-assert
+[bats]: https://github.com/bats-core/bats-core
+[bats-docs]: https://github.com/bats-core/bats-docs
+[bats-assert]: https://github.com/bats-core/bats-assert