Skip to content

Commit

Permalink
Fix broken link to examples (#8)
Browse files Browse the repository at this point in the history
* Fix broken link to examples

Fix the broken link to examples by using the link to the examples of the `master` branch.

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
  • Loading branch information
agentmilindu and actions-bot authored Dec 17, 2020
1 parent 4197c6d commit 1d397fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ data "aws_iam_policy_document" "autoscaler" {
## Examples

Here is an example of using this module:
- [`examples/complete`](https://github.com/cloudposse/terraform-aws-eks-iam-role/examples/complete) - complete example of using this module
- [`examples/complete`](https://github.com/cloudposse/terraform-aws-eks-iam-role/tree/master/examples/complete) - complete example of using this module



Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ usage: |-
# Example usage
examples: |-
Here is an example of using this module:
- [`examples/complete`](https://github.com/cloudposse/terraform-aws-eks-iam-role/examples/complete) - complete example of using this module
- [`examples/complete`](https://github.com/cloudposse/terraform-aws-eks-iam-role/tree/master/examples/complete) - complete example of using this module
# How to get started quickly
#quickstart: |-
Expand Down

0 comments on commit 1d397fb

Please sign in to comment.