diff --git a/docs/docsite/rst/scenario_guides/guide_aci.rst b/docs/docsite/rst/scenario_guides/guide_aci.rst index d788cb7829..41dc92d8ac 100644 --- a/docs/docsite/rst/scenario_guides/guide_aci.rst +++ b/docs/docsite/rst/scenario_guides/guide_aci.rst @@ -51,7 +51,7 @@ Using the ACI modules --------------------- The Ansible ACI modules provide a user-friendly interface to managing your ACI environment using Ansible playbooks. -For instance ensuring that a specific tenant exists, is done using the following Ansible task using module `aci_tenant `: +For instance ensuring that a specific tenant exists, is done using the following Ansible task using module :ref:`aci_tenant `: .. code-block:: yaml @@ -96,7 +96,7 @@ Or query all objects. state: query register: all_tenants -After registering the return values of the `aci_tenant ` task as shown above, you can access all tenant information from variable ``all_tenants``. +After registering the return values of the :ref:`aci_tenant ` task as shown above, you can access all tenant information from variable ``all_tenants``. Common parameters