mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _playbooks_lookups:
|
||||
|
||||
Lookups
|
||||
-------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.. _playbook_tests:
|
||||
.. _playbooks_tests:
|
||||
|
||||
Tests
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user