summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Klebolt <mikestl15@gmail.com>2018-10-08 20:33:50 +0000
committerSandra McCann <samccann@redhat.com>2018-10-08 16:33:50 -0400
commit5c93068223d93b790db56345c693beb3b578454a (patch)
treeabae0b8819e77ea890df833d89d79c50a9c63939 /docs
parent278ec84cb9b46916dff1a0942d1d924fd3c8c6a2 (diff)
downloadansible-5c93068223d93b790db56345c693beb3b578454a.tar.gz
incorrect ref (#46492)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_2.5.rst2
1 files changed, 1 insertions, 1 deletions
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
-----------------------------