From 3f88e11f531925f001431f676aaf6b3b981fca17 Mon Sep 17 00:00:00 2001 From: Manabu Sakai Date: Wed, 6 Mar 2024 09:55:35 +0900 Subject: [PATCH] docs: Fix dead link (#9) --- README.md | 6 +++--- examples/README.md | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2c205de..268f915 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ module "appconfig" { Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples) are intended give users references for how to use the module(s) as well as testing/validating changes to the source code of the module(s). If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! -- [AppConfig Hosted](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/appconfig_hosted) +- [AppConfig Hosted](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/appconfig-hosted) - [S3](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/s3) -- [SSM Document](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm_document) -- [SSM Parameter](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm_parameter) +- [SSM Document](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm-document) +- [SSM Parameter](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm-parameter) ## Requirements diff --git a/examples/README.md b/examples/README.md index efa3445..e17b35a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,6 @@ # Terraform AWS AppConfig examples -- [AppConfig Hosted](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/appconfig_hosted) -- [Feature Flag](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/feature_flag) +- [AppConfig Hosted](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/appconfig-hosted) - [S3](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/s3) -- [SSM Document](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm_document) -- [SSM Parameter](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm_parameter) +- [SSM Document](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm-document) +- [SSM Parameter](https://github.com/terraform-aws-modules/terraform-aws-appconfig/tree/master/examples/ssm-parameter)