From 1debf21f866b34480fa362fda96b5c874844b3f0 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Wed, 8 Mar 2023 00:09:22 +0900 Subject: [PATCH] fix link (#1743) fix link README SUMMARY Fixed broken links for scenario_guides and dev_guide. ISSUE TYPE Docs Pull Request COMPONENT NAME README.md ADDITIONAL INFORMATION N/A Reviewed-by: Mark Chappell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8c78606d43..1b58b122c50 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ You can either call modules by their Fully Qualified Collection Name (FQCN), suc ### See Also: -* [Amazon Web Services Guide](https://docs.ansible.com/ansible/latest/scenario_guides/guide_aws.html) +* [Amazon Web Services Guide](https://docs.ansible.com/ansible/latest/collections/amazon/aws/docsite/guide_aws.html) * [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details. ## Contributing to this collection @@ -106,7 +106,7 @@ You can also join us on: - [Ansible Community Guide](https://docs.ansible.com/ansible/latest/community/index.html) - Details on contributing to Ansible - [Contributing to Collections](https://docs.ansible.com/ansible/devel/dev_guide/developing_collections.html#contributing-to-collections) - How to check out collection git repositories correctly -- [Guidelines for Ansible Amazon AWS module development](https://docs.ansible.com/ansible/latest/dev_guide/platforms/aws_guidelines.html) +- [Guidelines for Ansible Amazon AWS module development](https://docs.ansible.com/ansible/latest/collections/amazon/aws/docsite/dev_guidelines.html) - [Getting Started With AWS Ansible Module Development and Community Contribution](https://www.ansible.com/blog/getting-started-with-aws-ansible-module-development) ## Release notes