diff --git a/README.md b/README.md index 49825181..2c755113 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Assuming you have already run the `source` and `cd` commands above, you should b All of the steps above may be automated in a fresh installation of Dataverse on an EC2 instance on AWS by downloading [ec2-create-instance.sh][] and [main.yaml][]. Edit main.yml to set `dataverse.sampledata.enabled: true` and adjust any other settings to your liking, then execute the script with the config file like this: - curl -O https://raw.githubusercontent.com/IQSS/dataverse-ansible/master/ec2/ec2-create-instance.sh + curl -O https://raw.githubusercontent.com/GlobalDataverseCommunityConsortium/dataverse-ansible/master/ec2/ec2-create-instance.sh chmod 755 ec2-create-instance.sh ./ec2-create-instance.sh -g main.yml @@ -53,7 +53,7 @@ For more information on spinning up Dataverse in AWS (especially if you don't ha We love contributors! Please see our [Contributing Guide][] for ways you can help. -[ec2-create-instance.sh]: https://github.com/IQSS/dataverse-ansible/blob/master/ec2/ec2-create-instance.sh -[ec2config.yaml]: https://raw.githubusercontent.com/IQSS/dataverse-ansible/master/defaults/main.yml +[ec2-create-instance.sh]: https://github.com/GlobalDataverseCommunityConsortium/dataverse-ansible/blob/master/ec2/ec2-create-instance.sh +[main.yaml]: https://github.com/GlobalDataverseCommunityConsortium/dataverse-ansible/blob/master/defaults/main.yml [Contributing Guide]: CONTRIBUTING.md [pyDataverse]: https://pypi.org/project/pyDataverse/