Skip to content

Commit 02d59e5

Browse files
authored
Fix links to Terraform and Docker Compose examples
1 parent 900e28e commit 02d59e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/docs/docs/how-to/deployment/production-deployment-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Before proceeding, ensure you have:
5555
Familiarity with Terraform, AWS services, and security best practices is recommended.
5656

5757
An 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).
5959
This configuration performs the following tasks:
6060

6161
- Pulls the latest HydroServer release image from
@@ -100,7 +100,7 @@ Before proceeding, ensure you have:
100100
Familiarity with Terraform, GCP services, and security best practices is recommended.
101101

102102
An 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).
104104
This 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
141141
Familiarity with Docker Compose concepts such as services, volumes, and environment variables is recommended.
142142

143143
An 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).
145145
This example configuration performs the following tasks:
146146

147147
- Pulls the latest HydroServer release image from

0 commit comments

Comments
 (0)