From 31c8db1508a2b7e2622a6b07d183bdf4190bbb14 Mon Sep 17 00:00:00 2001 From: Janos <86970079+janosdebugs@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:53:30 +0200 Subject: [PATCH] Fixing missed upgrade links (should always point to the latest version) (#1581) Signed-off-by: Janos <86970079+janosdebugs@users.noreply.github.com> --- website/docs/intro/migration/terraform-1.5-or-lower.mdx | 2 +- website/docs/intro/migration/terraform-1.6.mdx | 2 +- website/docs/intro/migration/terraform-1.8.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/intro/migration/terraform-1.5-or-lower.mdx b/website/docs/intro/migration/terraform-1.5-or-lower.mdx index 420335732d..9433bd9695 100644 --- a/website/docs/intro/migration/terraform-1.5-or-lower.mdx +++ b/website/docs/intro/migration/terraform-1.5-or-lower.mdx @@ -8,7 +8,7 @@ description: |- # Migrating to OpenTofu from Terraform 1.5.x or lower When migrating from Terraform 1.5.x or lower, please migrate to OpenTofu 1.6.2 first, then -[upgrade your OpenTofu installation](../upgrading.mdx) to the latest version. +[upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version. OpenTofu 1.6.2 is compatible with Terraform 1.5.x or lower. This migration guide will take you through the process of switching from Terraform to OpenTofu. diff --git a/website/docs/intro/migration/terraform-1.6.mdx b/website/docs/intro/migration/terraform-1.6.mdx index c56231021e..e362277aa3 100644 --- a/website/docs/intro/migration/terraform-1.6.mdx +++ b/website/docs/intro/migration/terraform-1.6.mdx @@ -8,7 +8,7 @@ description: |- # Migrating to OpenTofu from Terraform 1.6.x When migrating from Terraform 1.6.x, please migrate to OpenTofu 1.6.2 first, then -[upgrade your OpenTofu installation](../upgrading.mdx) to the latest version. +[upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version. OpenTofu 1.6.2 is largely compatible with Terraform 1.6.x with a few minor changes needed. This migration guide will take you through the process of switching from Terraform to OpenTofu. diff --git a/website/docs/intro/migration/terraform-1.8.mdx b/website/docs/intro/migration/terraform-1.8.mdx index af85af31f9..ee024b4f27 100644 --- a/website/docs/intro/migration/terraform-1.8.mdx +++ b/website/docs/intro/migration/terraform-1.8.mdx @@ -8,7 +8,7 @@ description: |- # Migrating to OpenTofu from Terraform 1.8.x When migrating from Terraform 1.8.x, please migrate to OpenTofu 1.7.0 first, then -[upgrade your OpenTofu installation](../upgrading.mdx) to the latest version. +[upgrade your OpenTofu installation](/docs/intro/upgrading/) to the latest version. OpenTofu 1.7.0 is largely compatible with Terraform 1.8.x with a few minor changes needed. This migration guide will take you through the process of switching from Terraform to OpenTofu.