Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform docs: fix relative links #247

Open
wants to merge 1 commit into
base: terraform-feature
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/terraform/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need relative links for https://www.shakacode.com/control-plane-flow/docs/.

What inspired this PR?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inspiration came from #246


```
.controlplane/
Expand Down Expand Up @@ -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

Expand Down
Loading