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.
This commit is contained in:
Ed Costello 2018-03-27 21:55:25 +13:00 committed by Will Thames
commit d79b9f88bb

View file

@ -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. and then put exception handling around the backoff function.
You can use `exponential_backoff` or `jittered_backoff` strategies - see 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) and [AWS Architecture blog](https://www.awsarchitectureblog.com/2015/03/backoff.html)
for more details. 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. continuous integration build.
Tests for new modules should be added to the same group as existing AWS tests. In general just copy 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 ### AWS Credentials for Integration Tests