Skip to content

Commit 0e6d9c6

Browse files
samccannfelixfonteinAndersson007
authored
remove outdated ansible/community links (#913)
--------- Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Andrew Klychkov <[email protected]>
1 parent 0075db6 commit 0e6d9c6

17 files changed

+44
-43
lines changed

docs/docsite/rst/community/collection_contributors/collection_release_with_branches.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Publishing the collection
150150
151151
4. Add a GitHub release for the new tag. The title should be the version and content, such as - ``See https://github.com/ansible-collections/community.xxx/blob/stable-X/CHANGELOG.rst for all changes``.
152152

153-
5. Announce the release through the `Bullhorn Newsletter <https://github.com/ansible/community/wiki/News#the-bullhorn>`_.
153+
5. Announce the release through the `Bullhorn Newsletter <https://forum.ansible.com/c/news/bullhorn/17>`_.
154154

155155
6. Announce the release in the pinned release issue/community pinboard of the collection and in the ``#ansible-community`` `Matrix/Libera.Chat IRC channel <https://docs.ansible.com/ansible/devel/community/communication.html#real-time-chat>`_.
156156

@@ -205,7 +205,7 @@ Publishing the collection
205205

206206
3. Add a GitHub release for the new tag. The title should be the version and content, such as - ``See https://github.com/ansible-collections/community.xxx/blob/stable-X/CHANGELOG.rst for all changes``.
207207

208-
4. Announce the release through the `Bullhorn Newsletter <https://github.com/ansible/community/wiki/News#the-bullhorn>`_.
208+
4. Announce the release through the `Bullhorn Newsletter <https://forum.ansible.com/c/news/bullhorn/17>`_.
209209

210210
5. Announce the release in the pinned release issue/community pinboard of the collection and in the ``#ansible-community`` `Matrix/IRC channel <https://docs.ansible.com/ansible/devel/community/communication.html#real-time-chat>`_. Additionally, you can announce it using GitHub's Releases system.
211211

@@ -289,7 +289,7 @@ Releasing when more minor versions are expected
289289
This is deliberate, since the next minor release ``X.(Y+1).0`` already contains the changes for ``X.Y.Z`` as well since these were cherry-picked from ``stable-X``.
290290

291291

292-
4. Announce the release through the `Bullhorn Newsletter <https://github.com/ansible/community/wiki/News#the-bullhorn>`_.
292+
4. Announce the release through the `Bullhorn Newsletter <https://forum.ansible.com/c/news/bullhorn/17>`_.
293293

294294
5. Announce the release in the pinned release issue/community pinboard of the collection and in the ``#ansible-community`` `Matrix/IRC channel <https://docs.ansible.com/ansible/devel/community/communication.html#real-time-chat>`.
295295

@@ -336,6 +336,6 @@ Releasing when no more minor versions are expected
336336

337337
3. Add a GitHub release for the new tag. Title should be the version and content, such as: ``See https://github.com/ansible-collections/community.xxx/blob/stable-X/CHANGELOG.rst for all changes``.
338338

339-
4. Announce the release through the `Bullhorn Newsletter <https://github.com/ansible/community/wiki/News#the-bullhorn>`_.
339+
4. Announce the release through the `Bullhorn Newsletter <https://forum.ansible.com/c/news/bullhorn/17>`_.
340340

341341
5. Announce the release in the pinned issue/community pinboard of the collection and in the ``#ansible-community`` `Matrix/IRC channel <https://docs.ansible.com/ansible/devel/community/communication.html#real-time-chat>`_.

docs/docsite/rst/community/collection_contributors/collection_release_without_branches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ Publish the collection
110110

111111
4. Add a GitHub release for the new tag. Title should be the version and content ``See https://github.com/ansible-collections/community.xxx/blob/main/CHANGELOG.rst for all changes``.
112112

113-
5. Announce the release through the `Bullhorn Newsletter issue <https://github.com/ansible/community/wiki/News#the-bullhorn>`_.
113+
5. Announce the release through the `Bullhorn Newsletter issue <https://forum.ansible.com/c/news/bullhorn/17>`_.
114114

115115
6. Announce the release in the pinned release issue/community pinboard of the collection mentioned in step 3 and in the ``community`` :ref:`Matrix/IRC channel <communication_irc>`.

docs/docsite/rst/community/collection_contributors/collection_requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Feedback and communications
3131
As with any project it is very important that we get feedback from users, contributors, and maintainers. You can get feedback and help as follows:
3232

3333
* Discussing in the `#community:ansible.com Matrix room <https://matrix.to/#/#community:ansible.com>`_, which is bridged with the ``#ansible-community`` channel on Libera.Chat IRC. See the :ref:`Ansible Communication Guide <communication_irc>` for details.
34-
* Discussing in the `Community Working Group meeting <https://github.com/ansible/community/blob/main/meetings/README.md#wednesdays>`_.
34+
* Discussing in the `Community Working Group meeting <https://github.com/ansible-community/meetings/blob/main/README.md#wednesdays>`_.
3535
* Creating `GitHub Issues <https://github.com/ansible-collections/overview/issues>`_ in the ``ansible-collections`` repository.
3636

3737
Keeping informed
@@ -40,7 +40,7 @@ Keeping informed
4040
You should subscribe to:
4141

4242
* The `news-for-maintainers repository <https://github.com/ansible-collections/news-for-maintainers>`_ to track changes that collection maintainers should be aware of. Subscribe only to issues if you want less traffic.
43-
* The `Bullhorn <https://github.com/ansible/community/wiki/News#the-bullhorn>`_ Ansible contributor newsletter.
43+
* The `Bullhorn <https://forum.ansible.com/c/news/bullhorn/17>`_ Ansible contributor newsletter.
4444

4545
.. _coll_infrastructure_reqs:
4646

docs/docsite/rst/community/collection_development_process.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you want to follow the conversation about what features will be added to the
1919

2020
* the :ref:`roadmaps`
2121
* the :ref:`Ansible Release Schedule <release_and_maintenance>`
22-
* the `Ansible Community Working Group <https://github.com/ansible/community/wiki/Community>`_ .
22+
* the `Ansible Community Working Group <https://forum.ansible.com/tags/c/project/7/community-wg>`_ .
2323

2424
Micro development: the lifecycle of a PR
2525
========================================

docs/docsite/rst/community/contributing_maintained_collections.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The following table shows:
6666
<tr>
6767
<td><a href="https://galaxy.ansible.com/amazon/aws">amazon.aws</a></td>
6868
<td><a href="https://galaxy.ansible.com/community/aws">community.aws</a></td>
69-
<td><a href="https://github.com/ansible/community/tree/main/group-aws">AWS</a></td>
69+
<td><a href="https://forum.ansible.com/g/AWS">AWS</a></td>
7070
<td>✓**</td>
7171
<td>**</td>
7272
<td>✓</td>
@@ -77,7 +77,7 @@ The following table shows:
7777
<tr>
7878
<td><a href="https://galaxy.ansible.com/ansible/netcommon">ansible.netcommon***</a></td>
7979
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
80-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
80+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
8181
<td>✓</td>
8282
<td>✓</td>
8383
<td>✓</td>
@@ -99,7 +99,7 @@ The following table shows:
9999
<tr>
100100
<td><a href="https://galaxy.ansible.com/ansible/windows">ansible.windows</a></td>
101101
<td><a href="https://galaxy.ansible.com/community/windows">community.windows</a></td>
102-
<td><a href="https://github.com/ansible/community/wiki/Windows">Windows</a></td>
102+
<td><a href="https://matrix.to:/#/#windows:ansible.com">Windows</a></td>
103103
<td>✓</td>
104104
<td>✓****</td>
105105
<td>✓</td>
@@ -110,7 +110,7 @@ The following table shows:
110110
<tr>
111111
<td><a href="https://galaxy.ansible.com/arista/eos">arista.eos</a></td>
112112
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
113-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
113+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
114114
<td>✓</td>
115115
<td>✓</td>
116116
<td>✓</td>
@@ -121,7 +121,7 @@ The following table shows:
121121
<tr>
122122
<td><a href="https://galaxy.ansible.com/cisco/asa">cisco.asa</a></td>
123123
<td><a href="https://github.com/ansible-collections/community.asa">community.asa</a></td>
124-
<td><a href="https://github.com/ansible/community/wiki/Security-Automation">Security</a></td>
124+
<td><a href="https://matrix.to/#/#security-automation:ansible.com">Security</a></td>
125125
<td>✓</td>
126126
<td>✓</td>
127127
<td>✓</td>
@@ -132,7 +132,7 @@ The following table shows:
132132
<tr>
133133
<td><a href="https://galaxy.ansible.com/cisco/ios">cisco.ios</a></td>
134134
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
135-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
135+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
136136
<td>✓</td>
137137
<td>✓</td>
138138
<td>✓</td>
@@ -143,7 +143,7 @@ The following table shows:
143143
<tr>
144144
<td><a href="https://galaxy.ansible.com/cisco/iosxr">cisco.iosxr</a></td>
145145
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
146-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
146+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
147147
<td>✓</td>
148148
<td>✓</td>
149149
<td>✓</td>
@@ -154,7 +154,7 @@ The following table shows:
154154
<tr>
155155
<td><a href="https://galaxy.ansible.com/cisco/nxos">cisco.nxos</a></td>
156156
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
157-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
157+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
158158
<td>✓</td>
159159
<td>✓</td>
160160
<td>✓</td>
@@ -165,7 +165,7 @@ The following table shows:
165165
<tr>
166166
<td><a href="https://galaxy.ansible.com/ibm/qradar">ibm.qradar</a></td>
167167
<td><a href="https://github.com/ansible-collections/community.qradar">community.qradar</a></td>
168-
<td><a href="https://github.com/ansible/community/wiki/Security-Automation">Security</a></td>
168+
<td><a href="https://matrix.to/#/#security-automation:ansible.com">Security</a></td>
169169
<td>✓</td>
170170
<td></td>
171171
<td>✓</td>
@@ -176,7 +176,7 @@ The following table shows:
176176
<tr>
177177
<td><a href="https://galaxy.ansible.com/junipernetworks/junos">junipernetworks.junos</a></td>
178178
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
179-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
179+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
180180
<td>✓</td>
181181
<td>✓</td>
182182
<td>✓</td>
@@ -187,7 +187,7 @@ The following table shows:
187187
<tr>
188188
<td><a href="https://galaxy.ansible.com/kubernetes/core">kubernetes.core</a></td>
189189
<td><a href="https://galaxy.ansible.com/kubernetes/core">kubernetes.core</a></td>
190-
<td><a href="https://github.com/ansible/community/wiki/Kubernetes">Kubernetes</a></td>
190+
<td><a href="https://matrix.to:/#/#kubernetes:ansible.com">Kubernetes</a></td>
191191
<td>✓</td>
192192
<td>✓</td>
193193
<td>✓</td>
@@ -198,7 +198,7 @@ The following table shows:
198198
<tr>
199199
<td><a href="https://cloud.redhat.com/ansible/automation-hub/redhat/openshift">redhat.openshift</a></td>
200200
<td><a href="https://galaxy.ansible.com/community/okd">community.okd</a></td>
201-
<td><a href="https://github.com/ansible/community/wiki/Kubernetes">Kubernetes</a></td>
201+
<td><a href="https://matrix.to:/#/#kubernetes:ansible.com">Kubernetes</a></td>
202202
<td>✓</td>
203203
<td>✓</td>
204204
<td>✓</td>
@@ -208,7 +208,7 @@ The following table shows:
208208
<tr>
209209
<td><a href="https://galaxy.ansible.com/openvswitch/openvswitch">openvswitch.openvswitch</a></td>
210210
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
211-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
211+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
212212
<td>✓</td>
213213
<td>✓</td>
214214
<td>✓</td>
@@ -219,7 +219,7 @@ The following table shows:
219219
<tr>
220220
<td><a href="https://github.com/ansible-collections/splunk.es">splunk.es</a></td>
221221
<td><a href="https://github.com/ansible-collections/community.es">community.es</a></td>
222-
<td><a href="https://github.com/ansible/community/wiki/Security-Automation">Security</a></td>
222+
<td><a href="https://matrix.to/#/#security-automation:ansible.com">Security</a></td>
223223
<td>✓</td>
224224
<td></td>
225225
<td>✓</td>
@@ -230,7 +230,7 @@ The following table shows:
230230
<tr>
231231
<td><a href="https://galaxy.ansible.com/vyos/vyos">vyos.vyos</a></td>
232232
<td><a href="https://galaxy.ansible.com/community/network">community.network</a></td>
233-
<td><a href="https://github.com/ansible/community/wiki/Network">Network</a></td>
233+
<td><a href="https://forum.ansible.com/g/network-wg">Network</a></td>
234234
<td>✓</td>
235235
<td>✓</td>
236236
<td>✓</td>
@@ -241,7 +241,7 @@ The following table shows:
241241
<tr>
242242
<td><a href="https://galaxy.ansible.com/vmware/vmware_rest">vmware.vmware_rest</a></td>
243243
<td><a href="https://galaxy.ansible.com/vmware/vmware_rest">vmware.vmware_rest</a></td>
244-
<td><a href="https://github.com/ansible/community/wiki/VMware">VMware</a></td>
244+
<td><a href="https://matrix.to:/#/#vmware:ansible.com">VMware</a></td>
245245
<td>✓</td>
246246
<td>✓</td>
247247
<td>✓</td>

docs/docsite/rst/community/contributor_path.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ To reach the status, as the current Committee members did before getting it, alo
111111

112112
* Subscribe to, comment on, and vote on the `Community Topics <https://github.com/ansible-community/community-topics/issues>`_.
113113
* Propose your topics.
114-
* If time permits, join the `Community meetings <https://github.com/ansible/community/blob/main/meetings/README.md#schedule>`_. Note this is **NOT** a requirement.
114+
* If time permits, join the `Community meetings <https://github.com/ansible-community/meetings/blob/main/README.md#schedule>`_. Note this is **NOT** a requirement.

docs/docsite/rst/community/documentation_contributions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ It is recommended to run tests on a clean copy of the repository, which is the p
231231
Joining the documentation working group
232232
=======================================
233233

234-
The Documentation Working Group (DaWGs) meets weekly on Tuesdays in the Docs chat (using `Matrix <https://matrix.to/#/#docs:ansible.im>`_ or using IRC at `irc.libera.chat <https://libera.chat/>`_). For more information, including links to our agenda and a calendar invite, please visit the `working group page in the community repo <https://github.com/ansible/community/wiki/Docs>`_.
234+
The Documentation Working Group (DaWGs) meets weekly on Tuesdays in the Docs chat (using `Matrix <https://matrix.to/#/#docs:ansible.im>`_ or using IRC at `irc.libera.chat <https://libera.chat/>`_). For more information, including links to our agenda and a calendar invite, visit our `forum group <https://forum.ansible.com/g/Docs>`_.
235235

236236
.. seealso::
237237
:ref:`More about testing module documentation <testing_module_documentation>`

0 commit comments

Comments
 (0)