Skip to content

Commit f3b4541

Browse files
Merge pull request #10 from tpoindessous/patch-2
Update README.md
2 parents 6f9591b + 6f5be13 commit f3b4541

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For an example of using ALB with ECS look no further than the [hashicorp example
3232
[Resources](https://registry.terraform.io/modules/terraform-aws-modules/alb/aws?tab=resources), [inputs](https://registry.terraform.io/modules/terraform-aws-modules/alb/aws?tab=inputs), and [outputs](https://registry.terraform.io/modules/terraform-aws-modules/alb/aws?tab=outputs) documented in the terraform registry.
3333

3434
## Usage example
35-
A full example leveraging other community modules is contained in the [examples/test_fixtures directory](examples/test_fixtures). Here's the gist of using it via the Terraform registry:
35+
A full example leveraging other community modules is contained in the [examples/test_fixtures directory](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/examples/test_fixtures). Here's the gist of using it via the Terraform registry:
3636
```
3737
module "alb" {
3838
source = "terraform-aws-modules/alb/aws"
@@ -59,7 +59,7 @@ module "alb" {
5959

6060
## Testing
6161
This module has been packaged with [awspec](https://github.com/k1LoW/awspec) tests through test kitchen. To run them:
62-
1. Install [rvm](https://rvm.io/rvm/install) and the ruby version specified in the [Gemfile](Gemfile).
62+
1. Install [rvm](https://rvm.io/rvm/install) and the ruby version specified in the [Gemfile](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/Gemfile).
6363
2. Install bundler and the gems from our Gemfile:
6464
```
6565
gem install bundler; bundle install
@@ -81,13 +81,13 @@ individual change made. These are the steps:
8181

8282
## IAM Permissions
8383
Testing and using this repo requires a minimum set of IAM permissions. Test permissions
84-
are listed in the [test_fixtures README](examples/test_fixtures/README.md).
84+
are listed in the [test_fixtures README](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/examples/test_fixtures/README.md).
8585

8686
## Change log
87-
The [changelog](CHANGELOG.md) captures all important release notes.
87+
The [changelog](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/CHANGELOG.md) captures all important release notes.
8888

8989
## Authors
9090
Created and maintained by [Brandon O'Connor](https://github.com/brandoconnor) - [email protected].
9191

9292
## License
93-
MIT Licensed. See [LICENSE](LICENSE) for full details.
93+
MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-alb/tree/master/LICENSE) for full details.

0 commit comments

Comments
 (0)