diff --git a/docs/docsite/rst/community/maintainers.rst b/docs/docsite/rst/community/maintainers.rst index c25629b243a..eda54a43173 100644 --- a/docs/docsite/rst/community/maintainers.rst +++ b/docs/docsite/rst/community/maintainers.rst @@ -21,7 +21,7 @@ When you contribute a new module to the `ansible/ansible `_, as they are continually refined. Occasionally, you may be requested to update your module to move it closer to the general accepted standard requirements. We hope for this to be infrequent, and will always be a request with a fair amount of lead time (ie: not by tomorrow!). +It is also recommended that you occasionally revisit the `contribution guidelines `_, as they are continually refined. Occasionally, you may be requested to update your module to move it closer to the general accepted standard requirements. We hope for this to be infrequent, and will always be a request with a fair amount of lead time (ie: not by tomorrow!). Finally, following the `ansible-devel `_ mailing list can be a great way to participate in the broader Ansible community, and a place where you can influence the overall direction, quality, and goals of Ansible and its modules. If you're not on this relatively low-volume list, please join us here: https://groups.google.com/forum/#!forum/ansible-devel diff --git a/docs/docsite/rst/reference_appendices/YAMLSyntax.rst b/docs/docsite/rst/reference_appendices/YAMLSyntax.rst index 046b3a8c508..42226e2d365 100644 --- a/docs/docsite/rst/reference_appendices/YAMLSyntax.rst +++ b/docs/docsite/rst/reference_appendices/YAMLSyntax.rst @@ -235,6 +235,6 @@ value:: `YAML 1.1 Specification `_ The Specification for YAML 1.1, which PyYAML and libyaml are currently implementing - `YAML 1.2 Specification `_ + `YAML 1.2 Specification `_ For completeness, YAML 1.2 is the successor of 1.1 diff --git a/docs/docsite/rst/user_guide/intro_dynamic_inventory.rst b/docs/docsite/rst/user_guide/intro_dynamic_inventory.rst index 287f4b42e87..31a76d91bcf 100644 --- a/docs/docsite/rst/user_guide/intro_dynamic_inventory.rst +++ b/docs/docsite/rst/user_guide/intro_dynamic_inventory.rst @@ -248,7 +248,7 @@ Example: OpenStack External Inventory Script If you use an OpenStack based cloud, instead of manually maintaining your own inventory file, you can use the openstack.py dynamic inventory to pull information about your compute instances directly from OpenStack. -You can download the latest version of the OpenStack inventory script `here `_ +You can download the latest version of the OpenStack inventory script `here `_. You can use the inventory script explicitly (by passing the `-i openstack.py` argument to Ansible) or implicitly (by placing the script at `/etc/ansible/hosts`). @@ -289,7 +289,7 @@ Implicit use of inventory script Download the latest version of the OpenStack dynamic inventory script, make it executable and copy it to `/etc/ansible/hosts`:: - wget https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/openstack.py + wget https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/openstack_inventory.py chmod +x openstack.py sudo cp openstack.py /etc/ansible/hosts diff --git a/lib/ansible/modules/cloud/ovirt/README.rst b/lib/ansible/modules/cloud/ovirt/README.rst index fc72b7a780e..67c8ae47c00 100644 --- a/lib/ansible/modules/cloud/ovirt/README.rst +++ b/lib/ansible/modules/cloud/ovirt/README.rst @@ -210,7 +210,7 @@ Testing ------- - Integration testing is currently done in oVirt's CI system - `here `__ + `here `__ and `here `__. - Please consider using these integrationtests if you create a new module or add a new feature to an existing