Skip to content

Commit

Permalink
Rebrand the README to fix badge links, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Sep 5, 2017
1 parent 653d448 commit 75874eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,17 +1,17 @@
# CurationConcerns

Code: [![Version](https://badge.fury.io/rb/curation_concerns.png)](http://badge.fury.io/rb/curation_concerns)
[![Build Status](https://travis-ci.org/projecthydra/curation_concerns.svg?branch=master)](https://travis-ci.org/projecthydra/curation_concerns)
[![Coverage Status](https://coveralls.io/repos/projecthydra/curation_concerns/badge.svg?branch=master)](https://coveralls.io/r/projecthydra/curation_concerns?branch=master)
[![Code Climate](https://codeclimate.com/github/projecthydra/curation_concerns/badges/gpa.svg)](https://codeclimate.com/github/projecthydra/curation_concerns)
[![Build Status](https://travis-ci.org/samvera/curation_concerns.svg?branch=master)](https://travis-ci.org/samvera/curation_concerns)
[![Coverage Status](https://coveralls.io/repos/samvera/curation_concerns/badge.svg?branch=master)](https://coveralls.io/r/samvera/curation_concerns?branch=master)
[![Code Climate](https://codeclimate.com/github/samvera/curation_concerns/badges/gpa.svg)](https://codeclimate.com/github/samvera/curation_concerns)

Docs: [![Apache 2.0 License](http://img.shields.io/badge/APACHE2-license-blue.svg)](./LICENSE.txt)
[![Contribution Guidelines](http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg)](./CONTRIBUTING.md)
[![API Docs](http://img.shields.io/badge/API-docs-blue.svg)](http://rubydoc.info/gems/curation_concerns)

Join in: [![Slack Status](http://slack.projecthydra.org/badge.svg)](http://slack.projecthydra.org/) [![Ready](https://badge.waffle.io/projecthydra/curation_concerns.svg?label=ready&title=Ready)](http://waffle.io/projecthydra/curation_concerns)
Join in: [![Slack Status](http://slack.samvera.org/badge.svg)](http://slack.samvera.org/) [![Ready](https://badge.waffle.io/samvera/curation_concerns.svg?label=ready&title=Ready)](http://waffle.io/samvera/curation_concerns)

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on [Hydra::Works](http://github.com/projecthydra/hydra-works)) and providing a generator for defining object types with custom workflows, views, access controls, etc.
A Samvera-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on [Hydra::Works](http://github.com/samvera/hydra-works)) and providing a generator for defining object types with custom workflows, views, access controls, etc.

## Prerequisites

Expand Down Expand Up @@ -118,7 +118,7 @@ $ rails curation_concerns:workflow:load

Now that the Roles are loaded, grant the appropriate roles to the users by visiting the "Workflow Roles" section of the admin dashboard

[Further documentation](https://github.com/projecthydra/curation_concerns/wiki/Defining-a-Workflow) for defining and customizing workflows.
[Further documentation](https://github.com/samvera/curation_concerns/wiki/Defining-a-Workflow) for defining and customizing workflows.

_Something about notification should go here._

Expand All @@ -133,8 +133,8 @@ rake db:seed

### Configuring the Administration Panel

To configure the Administration Pane see [Admin Menu Guide](https://github.com/projecthydra/curation_concerns/wiki/Admin-Menu)
To configure the Administration Pane see [Admin Menu Guide](https://github.com/samvera/curation_concerns/wiki/Admin-Menu)

## Help

If you have questions or need help, please email the [Hydra community tech list](mailto:hydra-tech@googlegroups.com) or stop by the [Hydra community IRC channel](irc://irc.freenode.net/projecthydra).
If you have questions or need help, please email the [Samvera community tech list](mailto:samvera-tech@googlegroups.com) or stop by the #dev channel on our Slack.

0 comments on commit 75874eb

Please sign in to comment.