Skip to content

Commit

Permalink
Links update after branching stable-9 (#2365)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alinabuzachis authored Oct 28, 2024
1 parent 786c4b7 commit 43ff5ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------ |-------| ------ | -----------|
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ All support for the original AWS SDK `boto` was removed in release 4.0.0.

## Included content
<!--start collection 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).

<!--end collection content-->

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions changelogs/fragments/20241029-update-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- "Update docs links after branching ``stable-9``."
2 changes: 1 addition & 1 deletion docs/docsite/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ff5ba

Please sign in to comment.