From 43ff5ba1800bbdcd9373e629954fc9060d4b0294 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 28 Oct 2024 12:23:01 +0100 Subject: [PATCH] Links update after branching stable-9 (#2365) SUMMARY Links update after branching stable-9 ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell --- CI.md | 2 +- README.md | 8 ++++---- changelogs/fragments/20241029-update-docs.yml | 2 ++ docs/docsite/links.yml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/20241029-update-docs.yml diff --git a/CI.md b/CI.md index 8f1bd6c3371..c97722d82aa 100644 --- a/CI.md +++ b/CI.md @@ -2,7 +2,7 @@ ## AWS Collections -GitHub Actions are used to run the Continuous Integration for amazon.aws collection. The workflows used for the CI can be found [here](https://github.com/ansible-collections/amazon.aws/tree/main/.github/workflows). These workflows include jobs to run the unit tests, integration tests, sanity tests, linters, changelog check and doc related checks. The following table lists the python and ansible versions against which these jobs are run. +GitHub Actions are used to run the Continuous Integration for amazon.aws collection. The workflows used for the CI can be found [here](https://github.com/ansible-collections/amazon.aws/tree/stable-9/.github/workflows). These workflows include jobs to run the unit tests, integration tests, sanity tests, linters, changelog check and doc related checks. The following table lists the python and ansible versions against which these jobs are run. | Jobs | Description | Python Versions | Ansible Versions | | ------ |-------| ------ | -----------| diff --git a/README.md b/README.md index e6200553300..bbb52ca5f62 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ All support for the original AWS SDK `boto` was removed in release 4.0.0. ## Included content -See the complete list of collection content in the [Plugin Index](https://ansible-collections.github.io/amazon.aws/branch/main/collections/amazon/aws/index.html#plugin-index). +See the complete list of collection content in the [Plugin Index](https://ansible-collections.github.io/amazon.aws/branch/stable-9/collections/amazon/aws/index.html#plugin-index). @@ -167,12 +167,12 @@ You can either call modules by their Fully Qualified Collection Name (FQCN), suc ## Testing -This collection is tested using GitHub Actions. To know more about testing, refer to [CI.md](https://github.com/ansible-collections/amazon.aws/blob/main/CI.md). +This collection is tested using GitHub Actions. To know more about testing, refer to [CI.md](https://github.com/ansible-collections/amazon.aws/blob/stable-9/CI.md). ## Contributing to this collection We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the [Amazon AWS collection repository](https://github.com/ansible-collections/amazon.aws). -See [CONTRIBUTING.md](https://github.com/ansible-collections/amazon.aws/blob/main/CONTRIBUTING.md) for more details. +See [CONTRIBUTING.md](https://github.com/ansible-collections/amazon.aws/blob/stable-9/CONTRIBUTING.md) for more details. ### More information about contributing @@ -189,7 +189,7 @@ You can also join us on: ## Release notes -See the [rendered changelog](https://ansible-collections.github.io/amazon.aws/branch/main/collections/amazon/aws/docsite/CHANGELOG.html) or the [raw generated changelog](https://github.com/ansible-collections/amazon.aws/tree/main/CHANGELOG.rst). +See the [rendered changelog](https://ansible-collections.github.io/amazon.aws/branch/stable-9/collections/amazon/aws/docsite/CHANGELOG.html) or the [raw generated changelog](https://github.com/ansible-collections/amazon.aws/tree/stable-9/CHANGELOG.rst). ## Related Information diff --git a/changelogs/fragments/20241029-update-docs.yml b/changelogs/fragments/20241029-update-docs.yml new file mode 100644 index 00000000000..061fb435ed7 --- /dev/null +++ b/changelogs/fragments/20241029-update-docs.yml @@ -0,0 +1,2 @@ +trivial: + - "Update docs links after branching ``stable-9``." diff --git a/docs/docsite/links.yml b/docs/docsite/links.yml index a59726f416c..7613fa4e95e 100644 --- a/docs/docsite/links.yml +++ b/docs/docsite/links.yml @@ -7,7 +7,7 @@ # functionality for your collection. edit_on_github: repository: ansible-collections/amazon.aws - branch: main + branch: stable-9 # 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