From d84c01ad4f72877fdc21a96095d7f25e978821b6 Mon Sep 17 00:00:00 2001 From: Zakir Dzhamaliddinov Date: Tue, 10 Dec 2024 10:21:48 +0300 Subject: [PATCH] Terraform docs: replace relative links with absolute --- docs/terraform/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/terraform/overview.md b/docs/terraform/overview.md index 02878d94..662526b4 100644 --- a/docs/terraform/overview.md +++ b/docs/terraform/overview.md @@ -17,7 +17,7 @@ You can continue working with CPLN configuration files in YAML format and start ## Usage -Let's take a look at how to deploy a [simple Rails application](example/.controlplane/controlplane.yml) on CPLN using Terraform: +Let's take a look at how to deploy a [simple Rails application](https://github.com/shakacode/control-plane-flow/tree/main/docs/terraform/example/.controlplane/controlplane.yml) on CPLN using Terraform: ``` .controlplane/ @@ -97,7 +97,7 @@ Preparations are complete, and now we can use Terraform commands directly to dep terraform apply ``` -You can visit [Details](details.md) to learn more about how CPLN templates in YAML format are transformed to Terraform configurations. +You can visit [Details](https://github.com/shakacode/control-plane-flow/tree/main/docs/terraform/details.md) to learn more about how CPLN templates in YAML format are transformed to Terraform configurations. ## References