summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-12-09 17:52:28 +0000
committerscottb <sydtech@gmail.com>2016-12-09 09:52:28 -0800
commit0e124c57c6685dcc0d72a476d9fff09d0e5c1a50 (patch)
treec13252a92643b7d7ff66fa67aa3e7945c8a02c09 /docsite
parentbea8a3201d79880ed18f062c7811d37237741619 (diff)
downloadansible-0e124c57c6685dcc0d72a476d9fff09d0e5c1a50.tar.gz
Fix link from dynamic inventory page to dev guide page (#18757)
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/intro_dynamic_inventory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/intro_dynamic_inventory.rst b/docsite/rst/intro_dynamic_inventory.rst
index 9e130f3da5..e804822734 100644
--- a/docsite/rst/intro_dynamic_inventory.rst
+++ b/docsite/rst/intro_dynamic_inventory.rst
@@ -16,7 +16,7 @@ Ansible easily supports all of these options via an external inventory system.
:doc:`tower` also provides a database to store inventory results that is both web and REST Accessible. Tower syncs with all Ansible dynamic inventory sources you might be using, and also includes a graphical inventory editor. By having a database record of all of your hosts, it's easy to correlate past event history and see which ones have had failures on their last playbook runs.
-For information about writing your own dynamic inventory source, see :doc:`developing_inventory`.
+For information about writing your own dynamic inventory source, see :doc:`dev_guide/developing_inventory`.
.. _cobbler_example: