Skip to content

Commit f3b7589

Browse files
authored
fix: update dataverse-ansible links in deployment.rst to develop branch
1 parent a8e1a6c commit f3b7589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinx-guides/source/developers/deployment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Amazon offers instructions on using an IAM role to grant permissions to applicat
7878
Configure Ansible File (Optional)
7979
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8080

81-
In order to configure Dataverse installation settings such as the password of the dataverseAdmin user, download https://raw.githubusercontent.com/gdcc/dataverse-ansible/master/defaults/main.yml and edit the file to your liking.
81+
In order to configure Dataverse installation settings such as the password of the dataverseAdmin user, download https://raw.githubusercontent.com/gdcc/dataverse-ansible/develop/defaults/main.yml and edit the file to your liking.
8282

8383
You can skip this step if you're fine with the values in the "main.yml" file in the link above.
8484

@@ -89,7 +89,7 @@ Once you have done the configuration above, you are ready to try running the "ec
8989

9090
Download `ec2-create-instance.sh`_ and put it somewhere reasonable. For the purpose of these instructions we'll assume it's in the "Downloads" directory in your home directory.
9191

92-
.. _ec2-create-instance.sh: https://raw.githubusercontent.com/gdcc/dataverse-ansible/master/ec2/ec2-create-instance.sh
92+
.. _ec2-create-instance.sh: https://raw.githubusercontent.com/gdcc/dataverse-ansible/develop/ec2/ec2-create-instance.sh
9393

9494
To run the script, you can make it executable (``chmod 755 ec2-create-instance.sh``) or run it with bash, like this with ``-h`` as an argument to print the help:
9595

0 commit comments

Comments
 (0)