diff options
Diffstat (limited to 'docsite/rst/community.rst')
-rw-r--r-- | docsite/rst/community.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/community.rst b/docsite/rst/community.rst index bfaac87677..f0ffaf1fd4 100644 --- a/docsite/rst/community.rst +++ b/docsite/rst/community.rst @@ -147,8 +147,8 @@ Note that we do keep Ansible to a particular aesthetic, so if you are unclear ab is a good fit or not, having the discussion on the development list is often a lot easier than having to modify a pull request later. -New module developers should read through `http://docs.ansible.com/ansible/dev_guide/developing_modules.html`_ for helpful pointers -and information about running adhoc tests `http://docs.ansible.com/ansible/dev_guide/developing_modules.html#testing-modules`_. +New module developers should read through `developing modules <http://docs.ansible.com/ansible/dev_guide/developing_modules.html>`_ for helpful pointers +and information about running adhoc tests `testing modules <http://docs.ansible.com/ansible/dev_guide/developing_modules.html#testing-modules>`_. When submitting patches, be sure to run the unit tests first ``make tests`` and always use, these are the same basic tests that will automatically run on Shippable when creating the PR. There are more in depth tests in the ``tests/integration`` |