diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/amazon/aws/docs/docsite/links.yml | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/amazon/aws/docs/docsite/links.yml')
-rw-r--r-- | ansible_collections/amazon/aws/docs/docsite/links.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible_collections/amazon/aws/docs/docsite/links.yml b/ansible_collections/amazon/aws/docs/docsite/links.yml index ce667b367..6bdcc680b 100644 --- a/ansible_collections/amazon/aws/docs/docsite/links.yml +++ b/ansible_collections/amazon/aws/docs/docsite/links.yml @@ -7,12 +7,12 @@ # functionality for your collection. edit_on_github: repository: ansible-collections/amazon.aws - branch: main + branch: stable-7 # If your collection root (the directory containing galaxy.yml) does not coincide with your # repository's root, you have to specify the path to the collection root here. For example, # if the collection root is in a subdirectory ansible_collections/community/REPO_NAME # in your repository, you have to set path_prefix to 'ansible_collections/community/REPO_NAME'. - path_prefix: '' + path_prefix: "" # Here you can add arbitrary extra links. Please keep the number of links down to a # minimum! Also please keep the description short, since this will be the text put on @@ -34,8 +34,8 @@ edit_on_github: communication: matrix_rooms: - topic: General usage and support questions - room: '#aws:ansible.im' + room: "#aws:ansible.im" irc_channels: - topic: General usage and support questions network: Libera - channel: '#ansible-aws' + channel: "#ansible-aws" |