From d79b9f88bb0e35e56b480fe84bd412efb721ae84 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Tue, 27 Mar 2018 21:55:25 +1300 Subject: [PATCH] Fix broken link to cloud utils from AWS guidelines. (#37166) * Fix broken link to cloud utils from AWS guidelines. * Replace absolute links within repo with relative links. --- lib/ansible/modules/cloud/amazon/GUIDELINES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/GUIDELINES.md b/lib/ansible/modules/cloud/amazon/GUIDELINES.md index 0e72e7b3524..df0231cfef6 100644 --- a/lib/ansible/modules/cloud/amazon/GUIDELINES.md +++ b/lib/ansible/modules/cloud/amazon/GUIDELINES.md @@ -299,7 +299,7 @@ catch throttling exceptions to work correctly), you'd need to provide a backoff and then put exception handling around the backoff function. You can use `exponential_backoff` or `jittered_backoff` strategies - see -the [cloud module_utils](/tree/devel/lib/ansible/module_utils/cloud.py) +the [cloud module_utils](/lib/ansible/module_utils/cloud.py) and [AWS Architecture blog](https://www.awsarchitectureblog.com/2015/03/backoff.html) for more details. @@ -529,7 +529,7 @@ available during the test run. Second putting the test in a test group causing i continuous integration build. Tests for new modules should be added to the same group as existing AWS tests. In general just copy -an existing aliases file such as the [aws_s3 tests aliases file](https://github.com/ansible/ansible/blob/devel/test/integration/targets/aws_s3/aliases). +an existing aliases file such as the [aws_s3 tests aliases file](/test/integration/targets/aws_s3/aliases). ### AWS Credentials for Integration Tests