From c2a538143807974d4ee3aaa5251890dec44d4d2c Mon Sep 17 00:00:00 2001 From: jdelaporte Date: Wed, 14 Oct 2015 12:17:05 -0500 Subject: [PATCH] Fix links to dynamic inventory script example. :doc`aws_example` no longer existed. --- docsite/rst/guide_aws.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/guide_aws.rst b/docsite/rst/guide_aws.rst index cea9bb9999b..717ee3f4562 100644 --- a/docsite/rst/guide_aws.rst +++ b/docsite/rst/guide_aws.rst @@ -134,11 +134,11 @@ Host Inventory `````````````` Once your nodes are spun up, you'll probably want to talk to them again. With a cloud setup, it's best to not maintain a static list of cloud hostnames -in text files. Rather, the best way to handle this is to use the ec2 dynamic inventory script. +in text files. Rather, the best way to handle this is to use the ec2 dynamic inventory script. See :ref:`intro_dynamic_inventory`. This will also dynamically select nodes that were even created outside of Ansible, and allow Ansible to manage them. -See the doc:`aws_example` for how to use this, then flip back over to this chapter. +See :ref:`intro_dynamic_inventory` for how to use this, then flip back over to this chapter. .. _aws_tags_and_groups: