Fix broken link in AWS Guide (#70153)

Point to collection rather than ansible/ansible for example.
This commit is contained in:
Jill R 2020-06-19 12:18:55 -07:00 committed by GitHub
parent 647c6cd289
commit 0ef75f65d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -638,7 +638,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 <https://github.com/ansible-collections/amazon.aws/blob/master/tests/integration/targets/aws_s3/aliases>`_.
AWS Credentials for Integration Tests
-------------------------------------