Skip to content

Commit 62e75ee

Browse files
Replace communication links with a link to communication guide, part 1 (#1851) (#1862)
* Replace communication links with a link to communication guide * Update docs/docsite/rst/command_guide/intro_adhoc.rst Co-authored-by: Don Naro <[email protected]> * Update docs/docsite/rst/plugins/become.rst Co-authored-by: Don Naro <[email protected]> * Update docs/docsite/rst/plugins/cache.rst Co-authored-by: Don Naro <[email protected]> * Update docs/docsite/rst/plugins/callback.rst Co-authored-by: Don Naro <[email protected]> * Update docs/docsite/rst/plugins/cliconf.rst Co-authored-by: Don Naro <[email protected]> * fix --------- Co-authored-by: Don Naro <[email protected]> (cherry picked from commit ae59246) Co-authored-by: Andrew Klychkov <[email protected]>
1 parent 42019b8 commit 62e75ee

File tree

6 files changed

+12
-23
lines changed

6 files changed

+12
-23
lines changed

docs/docsite/rst/command_guide/intro_adhoc.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,5 @@ Now that you understand the basic elements of Ansible execution, you are ready t
224224
Browse existing collections, modules, and plugins
225225
:ref:`working_with_playbooks`
226226
Using Ansible for configuration management & deployment
227-
`Mailing List <https://groups.google.com/group/ansible-project>`_
228-
Questions? Help? Ideas? Stop by the list on Google Groups
229-
:ref:`communication_irc`
230-
How to join Ansible chat channels
227+
:ref:`Communication<communication>`
228+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/community/getting_started.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ Other ways to get involved
2121

2222
Here are some other ways to connect with the Ansible community:
2323

24-
* Find an `Ansible Meetup near me <https://www.meetup.com/topics/ansible/>`_
25-
communication
24+
* Visit the :ref:`Ansible communication guide<communication>`.
25+
* Find an `Ansible Meetup near you <https://www.meetup.com/topics/ansible/>`_.
2626
* Learn more about Ansible:
2727

2828
* `Read books <https://www.ansible.com/resources/ebooks>`_.
2929
* `Get certified <https://www.ansible.com/products/training-certification>`_.
3030
* `Attend events <https://www.ansible.com/community/events>`_.
3131
* `Review getting started guides <https://www.ansible.com/resources/get-started>`_.
3232
* `Watch videos <https://www.ansible.com/resources/videos>`_ - includes Ansible Automates, AnsibleFest & webinar recordings.
33-
* See where `new releases are announced <https://groups.google.com/forum/#!forum/ansible-announce>`_

docs/docsite/rst/plugins/become.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,5 @@ Use ``ansible-doc -t become <plugin name>`` to see plugin-specific documentation
6161
Test plugins
6262
:ref:`lookup_plugins`
6363
Lookup plugins
64-
`User Mailing List <https://groups.google.com/group/ansible-devel>`_
65-
Have a question? Stop by the Google group!
66-
:ref:`communication_irc`
67-
How to join Ansible chat channels
64+
:ref:`Communication<communication>`
65+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/plugins/cache.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,5 @@ Use ``ansible-doc -t cache <plugin name>`` to see plugin-specific documentation
133133
Strategy plugins
134134
:ref:`vars_plugins`
135135
Vars plugins
136-
`User Mailing List <https://groups.google.com/forum/#!forum/ansible-devel>`_
137-
Have a question? Stop by the Google group!
138-
:ref:`communication_irc`
139-
How to join Ansible chat channels
136+
:ref:`Communication<communication>`
137+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/plugins/callback.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,5 @@ Use ``ansible-doc -t callback <plugin name>`` to see plugin-specific documentati
110110
Strategy plugins
111111
:ref:`vars_plugins`
112112
Vars plugins
113-
`User Mailing List <https://groups.google.com/forum/#!forum/ansible-devel>`_
114-
Have a question? Stop by the Google group!
115-
:ref:`communication_irc`
116-
How to join Ansible chat channels
113+
:ref:`Communication<communication>`
114+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

docs/docsite/rst/plugins/cliconf.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ Use ``ansible-doc -t cliconf <plugin name>`` to see plugin-specific documentatio
4343

4444
:ref:`Ansible for Network Automation<network_guide>`
4545
An overview of using Ansible to automate networking devices.
46-
`User Mailing List <https://groups.google.com/group/ansible-devel>`_
47-
Have a question? Stop by the Google group!
48-
`irc.libera.chat <https://libera.chat/>`_
49-
#ansible-network IRC chat channel
46+
:ref:`Communication<communication>`
47+
Got questions? Need help? Want to share your ideas? Visit the Ansible communication guide

0 commit comments

Comments
 (0)