Link fixes (#39038)

* fixes links on plugins pages

* fixes links in community pages

* fixes links in user guide

* adds anchors on playbooks pages
This commit is contained in:
Alicia Cozine
2018-04-19 19:02:30 -05:00
committed by scottb
parent 7963279fc2
commit 408e29cbd2
17 changed files with 62 additions and 55 deletions

View File

@@ -10,7 +10,7 @@ Getting Started
Foreword
````````
Now that you've read :ref:`intro_installation` and installed Ansible, it's time to get
Now that you've read the :ref:`installation guide<installation_guide>` and installed Ansible, it's time to get
started with some ad-hoc commands.
What we are showing first are not the powerful configuration/deployment/orchestration features of Ansible.

View File

@@ -1,3 +1,5 @@
.. _playbooks_lookups:
Lookups
-------

View File

@@ -122,7 +122,7 @@ Please refer to :doc:`playbooks_reuse_roles` for details on including and import
Loops in playbooks
:ref:`all_modules`
Learn about available modules
:red:`developing_modules`
:ref:`developing_modules`
Learn how to extend Ansible by writing your own modules
`GitHub Ansible examples <https://github.com/ansible/ansible-examples>`_
Complete playbook files from the GitHub project source

View File

@@ -1,4 +1,4 @@
.. _playbook_tests:
.. _playbooks_tests:
Tests
-----