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.
pull/37992/head
Ed Costello 6 years ago committed by Will Thames
parent c2226dd18b
commit d79b9f88bb

@ -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

Loading…
Cancel
Save