summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/reference_appendices/YAMLSyntax.rst
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2021-06-24 00:04:41 +0300
committerGitHub <noreply@github.com>2021-06-23 16:04:41 -0500
commit0c895b2e2295e65e993998ce2eed41cb816fd344 (patch)
treebee6b7310dfd0ced85dc2179db6217de72800448 /docs/docsite/rst/reference_appendices/YAMLSyntax.rst
parent6cb039a40296a9af9dd7d87c98499593358d48df (diff)
downloadansible-0c895b2e2295e65e993998ce2eed41cb816fd344.tar.gz
Due to the takeover of freenode we're moving to a different irc network. (#74775) (#75007)
* Update channel references to point at the same channel name on libera.chat * Update generic links to https://libera.chat * In general, use irc.libera.net for link names/text and https://libera.chat for link targets. The irc service is hosted on irc.libera.chat but the project web server is hosted on libera.chat. * Removed http://irc.freenode.net from the linkcheck exceptions. * Add a link to where contributors should get support for developing groups of modules to docs/docsite/rst/dev_guide/developing_modules_in_groups.rst Co-authored-by: John R Barker <john@johnrbarker.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 80e7e1a17cb6aaf10e289e671fc382a614018e6e) Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
Diffstat (limited to 'docs/docsite/rst/reference_appendices/YAMLSyntax.rst')
-rw-r--r--docs/docsite/rst/reference_appendices/YAMLSyntax.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/docsite/rst/reference_appendices/YAMLSyntax.rst b/docs/docsite/rst/reference_appendices/YAMLSyntax.rst
index 7a689b0a60..d7423a005d 100644
--- a/docs/docsite/rst/reference_appendices/YAMLSyntax.rst
+++ b/docs/docsite/rst/reference_appendices/YAMLSyntax.rst
@@ -231,8 +231,10 @@ value::
A good guide to YAML syntax
`Mailing List <https://groups.google.com/group/ansible-project>`_
Questions? Help? Ideas? Stop by the list on Google Groups
- `irc.freenode.net <http://irc.freenode.net>`_
- #ansible IRC chat channel and #yaml for YAML specific questions
+ `irc.libera.chat <https://libera.chat/>`_
+ #ansible IRC chat channel
+ `irc.libera.chat <https://libera.chat/>`_
+ #yaml for YAML specific questions
`YAML 1.1 Specification <https://yaml.org/spec/1.1/>`_
The Specification for YAML 1.1, which PyYAML and libyaml are currently
implementing