Browse code

docs: fix community meetings link (#27264)

Martin Krizek authored on 2017/07/25 22:23:01
Showing 8 changed files
... ...
@@ -9,7 +9,7 @@ The roadmap will be updated by version. Based on team and community feedback, an
9 9
 
10 10
 These roadmaps are the team's *best guess* roadmaps based on the Ansible team's experience and are also based on requests and feedback from the community.  There are things that may not make it on due to time constraints, lack of community maintainers, etc.  And there may be things that got missed, so each roadmap is published both as an idea of what is upcoming in Ansible, and as a medium for seeking further feedback from the community. Here are the good places for you to submit feedback:
11 11
 
12
-- Add to the agenda of a `Core IRC Meetings <https://github.com/ansible/community/blob/master/MEETINGS.md>`_ (preferred)
12
+- Add to the agenda of a `Core IRC Meetings <https://github.com/ansible/community/blob/master/meetings/README.md>`_ (preferred)
13 13
 - Ansible's google-group: ansible-devel
14 14
 - AnsibleFest conferences.
15 15
 - IRC freenode channel: #ansible-devel (this one may have things lost in lots of conversation, so a caution).
... ...
@@ -229,7 +229,7 @@ IRC Meetings
229 229
 ------------
230 230
 
231 231
 The Ansible community holds regular IRC meetings on various topics, and anyone who is interested is invited to 
232
-participate. For more information about Ansible meetings, consult the `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/MEETINGS.md>`_.
232
+participate. For more information about Ansible meetings, consult the `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/meetings/README.md>`_.
233 233
 
234 234
 Release Numbering
235 235
 -----------------
... ...
@@ -263,7 +263,7 @@ Ansible has several IRC channels on Freenode (irc.freenode.net):
263 263
 - ``#ansible-container`` - For discussions on Ansible Container.
264 264
 - ``#ansible-vmware`` - For discussions on Ansible & VMware.
265 265
 - ``#ansible-windows`` - For discussions on Ansible & Windows.
266
-- ``#ansible-meeting`` - For public community meetings. We will generally announce these on one or more of the above mailing lists. See the `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/MEETINGS.md>`_
266
+- ``#ansible-meeting`` - For public community meetings. We will generally announce these on one or more of the above mailing lists. See the `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/meetings/README.md>`_
267 267
 - ``#ansible-notices`` - Mostly bot output from things like Github, etc.
268 268
 
269 269
 Notes on Priority Flags
... ...
@@ -26,7 +26,7 @@ Although it's tempting to get straight into coding, there are a few things to be
26 26
 * Shared code can be placed into ``lib/ansible/module_utils/``
27 27
 * Shared documentation (for example describing common arguments) can be placed in ``lib/ansible/utils/module_docs_fragments/``.
28 28
 * With great power comes great responsibility: Ansible module maintainers have a duty to help keep modules up to date. As with all successful community projects, module maintainers should keep a watchful eye for reported issues and contributions.
29
-* Although not required, unit and/or integration tests are strongly recommended. Unit tests are especially valuable when external resources (such as cloud or network devices) are required. For more information see :doc:`testing` and the `Testing Working Group <https://github.com/ansible/community/blob/master/MEETINGS.md>`_.
29
+* Although not required, unit and/or integration tests are strongly recommended. Unit tests are especially valuable when external resources (such as cloud or network devices) are required. For more information see :doc:`testing` and the `Testing Working Group <https://github.com/ansible/community/blob/master/meetings/README.md>`_.
30 30
   * Starting with Ansible 2.4 all :doc:`../list_of_network_modules` MUST have unit tests.
31 31
 
32 32
 
... ...
@@ -65,7 +65,7 @@ On :doc:`../community` you can find how to:
65 65
 
66 66
 * Subscribe to the Mailing Lists - We suggest "Ansible Development List" (for codefreeze info) and "Ansible Announce list"
67 67
 * ``#ansible-devel`` - We have found that IRC ``#ansible-devel`` on FreeNodes IRC network works best for module developers so we can have an interactive dialogue.
68
-* IRC meetings - Join the various weekly IRC meetings `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/MEETINGS.md>`_
68
+* IRC meetings - Join the various weekly IRC meetings `meeting schedule and agenda page <https://github.com/ansible/community/blob/master/meetings/README.md>`_
69 69
 
70 70
 
71 71
 Your First Pull Request
... ...
@@ -191,5 +191,5 @@ If the PR does not resolve the issue, or if you see any failures from the unit/i
191 191
 Want to know more about testing?
192 192
 ================================
193 193
 
194
-If you'd like to know more about the plans for improving testing Ansible then why not join the `Testing Working Group <https://github.com/ansible/community/blob/master/MEETINGS.md>`_.
194
+If you'd like to know more about the plans for improving testing Ansible then why not join the `Testing Working Group <https://github.com/ansible/community/blob/master/meetings/README.md>`_.
195 195
 
... ...
@@ -64,4 +64,4 @@ The full list of requirements can be found at `test/runner/requirements <https:/
64 64
 Extending compile tests
65 65
 =======================
66 66
 
67
-If you believe changes are needed to the Compile tests please add a comment on the `Testing Working Group Agenda <https://github.com/ansible/community/blob/master/MEETINGS.md>`_ so it can be discussed.
67
+If you believe changes are needed to the Compile tests please add a comment on the `Testing Working Group Agenda <https://github.com/ansible/community/blob/master/meetings/README.md>`_ so it can be discussed.
... ...
@@ -69,4 +69,4 @@ Ansible
69 69
 Extending httptester
70 70
 ====================
71 71
 
72
-If you have sometime to improve ``httptester`` please add a comment on the `Testing Working Group Agenda <https://github.com/ansible/community/blob/master/MEETINGS.md>`_ to avoid duplicated effort.
72
+If you have sometime to improve ``httptester`` please add a comment on the `Testing Working Group Agenda <https://github.com/ansible/community/blob/master/meetings/README.md>`_ to avoid duplicated effort.
... ...
@@ -267,4 +267,4 @@ A top level playbook is required such as ``ansible/test/integration/eos.yaml`` w
267 267
 Where to find out more
268 268
 ======================
269 269
 
270
-If you'd like to know more about the plans for improving testing Ansible then why not join the `Testing Working Group <https://github.com/ansible/community/blob/master/MEETINGS.md>`_.
270
+If you'd like to know more about the plans for improving testing Ansible then why not join the `Testing Working Group <https://github.com/ansible/community/blob/master/meetings/README.md>`_.
... ...
@@ -14,7 +14,7 @@ All `PEP 8`_ tests are executed, except those listed in the `current ignore list
14 14
 
15 15
 .. warning: Updating the Rule Set
16 16
 
17
-   Changes to the Rule Set need approval from the Core Team, and must be done via the `Testing Working Group <https://github.com/ansible/community/blob/master/MEETINGS.md>`_.
17
+   Changes to the Rule Set need approval from the Core Team, and must be done via the `Testing Working Group <https://github.com/ansible/community/blob/master/meetings/README.md>`_.
18 18
 
19 19
 Legacy Rule Set
20 20
 ===============