Fix broken link in AWS Guide (#70153)
Point to collection rather than ansible/ansible for example.
This commit is contained in:
parent
647c6cd289
commit
0ef75f65d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-------------------------------------
|
||||
|
|
Loading…
Reference in a new issue