diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.5.rst b/docs/docsite/rst/porting_guides/porting_guide_2.5.rst index da15bd33ee..a26aba5f1a 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.5.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.5.rst @@ -89,7 +89,7 @@ You will run into errors because Ansible reads name in this context as a keyword - { role: myrole, vars: {name: Justin, othervar: othervalue}, become: True} -For a full list of keywords see ::ref::`Playbook Keywords`. +For a full list of keywords see :ref:`playbook_keywords`. Migrating from with_X to loop -----------------------------