Update link to AWS guidelines to point at the devel docsite since the (#57467)

GUIDELINES.md has been moved to the docsite from devel on github.
This commit is contained in:
Ed Costello 2019-06-11 02:57:23 +12:00 committed by Alicia Cozine
parent 7f845ffcd9
commit c112ab30b1

View file

@ -76,7 +76,7 @@ Read the complete :ref:`module metadata specification <ansible_metadata_block>`
* Avoid catchall exceptions, they are not very useful unless the underlying API gives very good error messages pertaining the attempted action.
* Module-dependent guidelines: Additional module guidelines may exist for certain families of modules.
* Be sure to check out the modules themselves for additional information.
* `Amazon <https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/cloud/amazon/GUIDELINES.md>`_
* `Amazon <https://docs.ansible.com/ansible/devel/dev_guide/platforms/aws_guidelines.html>`_
* Modules should make use of the "extends_documentation_fragment" to ensure documentation available. For example, the AWS module should include::
extends_documentation_fragment: