From 9779f6e784166de47099fe2fd67dec7848e7d144 Mon Sep 17 00:00:00 2001 From: Collin Brittle Date: Tue, 5 Jul 2022 13:08:36 -0400 Subject: [PATCH] Fix wiki links, remove CLA mention --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4120eb68..a492fd33 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Bulkrax.setup do |config| end ``` -The [configuration guide](https://github.com/samvera-labs/bulkrax/wiki/Configuration) provides detailed instructions on the various available configurations. +The [configuration guide](https://github.com/samvera-labs/bulkrax/wiki/Configuring-Bulkrax) provides detailed instructions on the various available configurations. Example: @@ -120,7 +120,7 @@ It's unlikely that the incoming import data has fields that exactly match those By default, a mapping for the OAI parser has been added to map standard oai_dc fields to Hyrax basic_metadata. The other parsers have no default mapping, and will map any incoming fields to Hyrax properties with the same name. Configurations can be added in `config/intializers/bulkrax.rb` -Configuring field mappings is documented in the [Bulkrax Configuration Guide](https://github.com/samvera-labs/bulkrax/wiki/Configuration). +Configuring field mappings is documented in the [Bulkrax Configuration Guide](https://github.com/samvera-labs/bulkrax/wiki/Configuring-Bulkrax). ## Importing Files @@ -151,7 +151,7 @@ end ## Customizing Bulkrax -For further information on how to extend and customize Bulkrax, please see the [Bulkrax Customization Guide](https://github.com/samvera-labs/bulkrax/wiki/Customizing). +For further information on how to extend and customize Bulkrax, please see the [Bulkrax Customization Guide](https://github.com/samvera-labs/bulkrax/wiki/Customizing-Bulkrax). ## How it Works Once you have Bulkrax installed, you will have access to an easy to use interface with which you are able to create, edit, delete, run, and re-run imports and exports. @@ -191,8 +191,6 @@ We encourage everyone to help improve this project. Bug reports and pull reques This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://contributor-covenant.org) code of conduct. -All Contributors should have signed the Samvera Contributor License Agreement (CLA) - ## Questions Questions can be sent to support@notch8.com. Please make sure to include "Bulkrax" in the subject line of your email.