From 39a7c0c1f0b077d1d1bec1ab955a5249f752d27e Mon Sep 17 00:00:00 2001 From: Bryant Biggs Date: Sun, 3 Apr 2022 14:52:49 -0400 Subject: [PATCH] docs: Fix broken link and correct doc mis-spelling (#1983) --- README.md | 2 +- docs/README.md | 2 +- docs/UPGRADE-18.0.md | 2 +- docs/{compute_resourcs.md => compute_resources.md} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/{compute_resourcs.md => compute_resources.md} (100%) diff --git a/README.md b/README.md index e1fd754..8d51747 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Terraform module which creates AWS EKS (Kubernetes) resources - [Frequently Asked Questions](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md) - [Compute Resources](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/compute_resources.md) -- [IRSA Integration](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/irsa-integration.md) +- [IRSA Integration](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/irsa_integration.md) - [User Data](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/user_data.md) - [Network Connectivity](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/network_connectivity.md) - Upgrade Guides diff --git a/docs/README.md b/docs/README.md index ccbb3f8..3806b32 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ - [Frequently Asked Questions](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md) - [Compute Resources](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/compute_resources.md) -- [IRSA Integration](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/irsa-integration.md) +- [IRSA Integration](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/irsa_integration.md) - [User Data](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/user_data.md) - [Network Connectivity](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/network_connectivity.md) - Upgrade Guides diff --git a/docs/UPGRADE-18.0.md b/docs/UPGRADE-18.0.md index 29ae3eb..33c1767 100644 --- a/docs/UPGRADE-18.0.md +++ b/docs/UPGRADE-18.0.md @@ -2,7 +2,7 @@ Please consult the `examples` directory for reference example configurations. If you find a bug, please open an issue with supporting configuration to reproduce. -Note: please see https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1744 where users have shared their steps/information for their individual configurations. Due to the numerous configuration possibilities, it is difficult to capture specific steps that will work for all and this has been a very helpful issue for others to share they were able to upgrade. +Note: please see https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1744 where users have shared the steps/changes that have worked for their configurations to upgrade. Due to the numerous configuration possibilities, it is difficult to capture specific steps that will work for all; this has proven to be a useful thread to share collective information from the broader community regarding v18.x upgrades. ## List of backwards incompatible changes diff --git a/docs/compute_resourcs.md b/docs/compute_resources.md similarity index 100% rename from docs/compute_resourcs.md rename to docs/compute_resources.md