@@ -55,7 +55,7 @@ Before proceeding, ensure you have:
5555Familiarity with Terraform, AWS services, and security best practices is recommended.
5656
5757An example Terraform configuration demonstrating a simple HydroServer deployment on AWS is provided
58- [ here] ( https://github.com/hydroserver2/hydroserver/blob/main/docs/how-to/deployment/examples/terraform-aws/main.tf ) .
58+ [ here] ( https://github.com/hydroserver2/hydroserver/blob/main/apps/docs/ docs/how-to/deployment/examples/terraform-aws/main.tf ) .
5959This configuration performs the following tasks:
6060
6161- Pulls the latest HydroServer release image from
@@ -100,7 +100,7 @@ Before proceeding, ensure you have:
100100Familiarity with Terraform, GCP services, and security best practices is recommended.
101101
102102An example Terraform configuration demonstrating a simple HydroServer deployment on GCP is provided
103- [ here] ( https://github.com/hydroserver2/hydroserver/blob/main/docs/how-to/deployment/examples/terraform-gcp/main.tf ) .
103+ [ here] ( https://github.com/hydroserver2/hydroserver/blob/main/apps/docs/ docs/how-to/deployment/examples/terraform-gcp/main.tf ) .
104104This configuration performs the following tasks:
105105
106106- Pulls the latest HydroServer release image from
@@ -141,7 +141,7 @@ Before proceeding, ensure you have the following installed and configured locall
141141Familiarity with Docker Compose concepts such as services, volumes, and environment variables is recommended.
142142
143143An example configuration demonstrating how to deploy HydroServer with Docker Compose is provided
144- [ here] ( https://github.com/hydroserver2/hydroserver/blob/main/docs/how-to/deployment/examples/docker-compose/docker-compose.yaml ) .
144+ [ here] ( https://github.com/hydroserver2/hydroserver/blob/main/apps/docs/ docs/how-to/deployment/examples/docker-compose/docker-compose.yaml ) .
145145This example configuration performs the following tasks:
146146
147147- Pulls the latest HydroServer release image from
0 commit comments