diff --git a/sphinx/aws/aws_specify_asset_server_setup.md b/sphinx/aws/aws_specify_asset_server_setup.md index 0fa8364..309edc3 100644 --- a/sphinx/aws/aws_specify_asset_server_setup.md +++ b/sphinx/aws/aws_specify_asset_server_setup.md @@ -9,7 +9,7 @@ export DOMAIN_NAME export SUBDOMAIN_PREFIX ``` -[build_non_docker_asset_server.sh](../scripts/build_non_docker_asset_server.sh) to build the instance. +[build_non_docker_asset_server.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/build_non_docker_asset_server.sh) to build the instance. ## Config files diff --git a/sphinx/aws/aws_specify_cloud_setup.md b/sphinx/aws/aws_specify_cloud_setup.md index 09fe1ee..7558ccf 100644 --- a/sphinx/aws/aws_specify_cloud_setup.md +++ b/sphinx/aws/aws_specify_cloud_setup.md @@ -11,7 +11,7 @@ ami-0770bf1d6ae61c858 ## Initial Commands Initial commands are in the script -[specify_cloud_setup.sh](../../scripts/specify_cloud_setup.sh) +[specify_cloud_setup.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/specify_cloud_setup.sh) ## SSH Configuration @@ -93,7 +93,7 @@ SP7_DEBUG=false Make sure to fill in all variables (starting with `$`) in the following userdata script script before including it in an EC2 launch configuration. -[specify_cloud_ec2_userdata.sh](../../scripts/specify_cloud_ec2_userdata.sh) +[specify_cloud_ec2_userdata.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/specify_cloud_ec2_userdata.sh) * $BUCKET_NAME * $DATABASE_NAME @@ -192,7 +192,7 @@ t4g.medium Make sure to fill in all variables (starting with `$`) in the following userdata script script before including it in an EC2 launch configuration. -[install_ec2_wo_docker.sh](../../scripts/install_ec2_wo_docker.sh) +[install_ec2_wo_docker.sh](https://github.com/specify/specify.github.io/blob/main/sphinx/scripts/install_ec2_wo_docker.sh) * $BUCKET_NAME