From 3e7aca0417f3c6219dc80ee5dfdcf5ca3daf28fd Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Thu, 28 Feb 2019 11:25:58 -0800 Subject: [PATCH 1/3] Remove labs from several badge links to reflect new repo home --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4884cf757..cbaea1e08 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Hyku, the Hydra-in-a-Box Repository Application Code: -[![Build Status](https://travis-ci.org/samvera-labs/hyku.svg)](https://travis-ci.org/samvera-labs/hyku) -[![Coverage Status](https://coveralls.io/repos/samvera-labs/hyku/badge.svg?branch=master&service=github)](https://coveralls.io/github/samvera-labs/hyku?branch=master) +[![Build Status](https://travis-ci.org/samvera/hyku.svg)](https://travis-ci.org/samvera/hyku) +[![Coverage Status](https://coveralls.io/repos/samvera/hyku/badge.svg?branch=master&service=github)](https://coveralls.io/github/samvera/hyku?branch=master) [![Stories in Ready](https://img.shields.io/waffle/label/samvera-labs/hyku/ready.svg)](https://waffle.io/samvera-labs/hyku) Docs: -[![Documentation](http://img.shields.io/badge/DOCUMENTATION-wiki-blue.svg)](https://github.com/samvera-labs/hyku/wiki) +[![Documentation](http://img.shields.io/badge/DOCUMENTATION-wiki-blue.svg)](https://github.com/samvera/hyku/wiki) [![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md) [![Apache 2.0 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE) From fb49e0ef4964dc603167057e86b993159e8c4624 Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Thu, 28 Feb 2019 13:31:58 -0800 Subject: [PATCH 2/3] waffle links too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbaea1e08..3af9e3fc8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Code: [![Build Status](https://travis-ci.org/samvera/hyku.svg)](https://travis-ci.org/samvera/hyku) [![Coverage Status](https://coveralls.io/repos/samvera/hyku/badge.svg?branch=master&service=github)](https://coveralls.io/github/samvera/hyku?branch=master) -[![Stories in Ready](https://img.shields.io/waffle/label/samvera-labs/hyku/ready.svg)](https://waffle.io/samvera-labs/hyku) +[![Stories in Ready](https://img.shields.io/waffle/label/samvera/hyku/ready.svg)](https://waffle.io/samvera/hyku) Docs: [![Documentation](http://img.shields.io/badge/DOCUMENTATION-wiki-blue.svg)](https://github.com/samvera/hyku/wiki) From ed3a37fc70b1633a2a3c5e2cafa7d4b1f3373244 Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Tue, 5 Mar 2019 14:20:54 -0800 Subject: [PATCH 3/3] wiki moved too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3af9e3fc8..a3b524754 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ DISABLE_REDIS_CLUSTER=true bundle exec rails server -b 0.0.0.0 ``` ### For testing -See the [Hyku Development Guide](https://github.com/samvera-labs/hyku/wiki/Hyku-Development-Guide) for how to run tests. +See the [Hyku Development Guide](https://github.com/samvera/hyku/wiki/Hyku-Development-Guide) for how to run tests. ### Working with Translations