From 5c992ddac6a9effead316da12051d9d44817e8ae Mon Sep 17 00:00:00 2001 From: Kenneth Daily Date: Thu, 29 Nov 2018 09:26:18 -0800 Subject: [PATCH] Update README.md Change link to directly register to Synapse, add link to contributing guide. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9daa78c..b474dc9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ There are a few things that we take for granted at this point. ## Registering with [Synapse](https://www.synapse.org/) -1. Create an account at [Synapse](https://www.synapse.org/) +1. Create an account at [Synapse](https://www.synapse.org/register) 2. You will need to register and become a [certified user](http://docs.synapse.org/articles/getting_started.html#becoming-a-certified-user). ## Installing @@ -134,3 +134,7 @@ And a quick example command would be: ```shell $ veoibd_synapse push -u GUSDUNN --push-config configs/GUSDUNN/new_WES_files.yaml ``` + +## Contributing + +If you are interested in contributing, please see the [contribution guide](CONTRIBUTING.md).