Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in Contribution Checklist #14466

Merged
merged 2 commits into from
Aug 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/contributing/contribution-checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Some AWS components support [resource-based IAM policies](https://docs.aws.amazo
- Splitting the resources allows operators to logically split their infrastructure on purely operational and security boundaries with separate configurations/modules.
- Splitting the resources prevents any separate policy API calls from needing to be permitted in the main resource in environments with restrictive IAM permissions, which can be undesirable.

Follow the [New Resource section][#new-resource] for more information about implementing the separate resource.
See the [New Resource section](#new-resource) for more information about implementing the separate resource.

## Adding Resource Tagging Support

Expand Down