Skip to content

Commit 4de4770

Browse files
authored
fix: Update documentation to remove prior notice and deprecated workflow (#1)
1 parent 101369c commit 4de4770

File tree

4 files changed

+6
-45
lines changed

4 files changed

+6
-45
lines changed

.github/workflows/semantic-releaser.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Terraform module which creates AWS ECR resources.
44

55
## Usage
66

7-
See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples) directory for working examples to reference:
7+
See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples) directory for working examples to reference:
88

99
### Private Repository
1010

@@ -166,9 +166,9 @@ module "ecr_registry" {
166166

167167
## Examples
168168

169-
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
169+
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!
170170

171-
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples/complete)
171+
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples/complete)
172172

173173
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
174174
## Requirements
@@ -244,4 +244,4 @@ No modules.
244244

245245
## License
246246

247-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/main/LICENSE).
247+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/master/LICENSE).

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Terraform AWS ECR Examples
22

3-
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/main/examples/complete)
3+
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-ecr/tree/master/examples/complete)

examples/complete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ No inputs.
6969
| <a name="output_repository_url"></a> [repository\_url](#output\_repository\_url) | The URL of the repository (in the form `aws_account_id.dkr.ecr.region.amazonaws.com/repositoryName`) |
7070
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7171

72-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/main/LICENSE).
72+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-ecr/blob/master/LICENSE).

0 commit comments

Comments
 (0)