Skip to content

Commit bfad2d1

Browse files
authored
Fix image links and the badge releases (#39)
1 parent 678ba6b commit bfad2d1

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!-- This file was automatically generated by the `build-harness`. Make all changes to `README.yaml` and run `make readme` to rebuild this file. -->
22

3-
[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com)
3+
[![Cloud Posse](https://cloudposse.com/logo-300x69.svg)](https://cloudposse.com)
44

55
# terraform-aws-elastic-beanstalk-environment
66

7-
[![Build Status](https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-elastic-beanstalk-environment.svg)](https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
7+
[![Build Status](https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-elastic-beanstalk-environment.svg)](https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
88

99

1010
Terraform module to provision AWS Elastic Beanstalk environment
@@ -26,6 +26,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
2626

2727

2828

29+
2930
## Makefile Targets
3031
```
3132
Available targets:
@@ -114,6 +115,7 @@ Check out these related projects.
114115
- [terraform-aws-elasticache-cloudwatch-sns-alarms](https://github.com/cloudposse/terraform-aws-elasticache-cloudwatch-sns-alarms) - Terraform module that configures CloudWatch SNS alerts for ElastiCache
115116

116117

118+
117119
## Help
118120

119121
**Got a question?**
@@ -161,11 +163,13 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
161163

162164
**NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request!
163165

166+
164167
## Copyright
165168

166169
Copyright © 2017-2018 [Cloud Posse, LLC](https://cloudposse.com)
167170

168171

172+
169173
## License
170174

171175
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
@@ -198,7 +202,7 @@ All other trademarks referenced herein are the property of their respective owne
198202

199203
This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know at <[email protected]>
200204

201-
[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com)
205+
[![Cloud Posse](https://cloudposse.com/logo-300x69.svg)](https://cloudposse.com)
202206

203207
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We love [Open Source Software](https://github.com/cloudposse/)!
204208

@@ -219,7 +223,7 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
219223

220224
### Contributors
221225

222-
| [![Igor Rodionov][goruha_avatar]](goruha_homepage)<br/>[Igor Rodionov][goruha_homepage] | [![Andriy Knysh][aknysh_avatar]](aknysh_homepage)<br/>[Andriy Knysh][aknysh_homepage] | [![Guillaume Delacour][guikcd_avatar]](guikcd_homepage)<br/>[Guillaume Delacour][guikcd_homepage] | [![Viktor Erpylev][velmoga_avatar]](velmoga_homepage)<br/>[Viktor Erpylev][velmoga_homepage] | [![Lucas Pearson][pearson-lucas-dev_avatar]](pearson-lucas-dev_homepage)<br/>[Lucas Pearson][pearson-lucas-dev_homepage] |
226+
| [![Igor Rodionov][goruha_avatar]][goruha_homepage]<br/>[Igor Rodionov][goruha_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Guillaume Delacour][guikcd_avatar]][guikcd_homepage]<br/>[Guillaume Delacour][guikcd_homepage] | [![Viktor Erpylev][velmoga_avatar]][velmoga_homepage]<br/>[Viktor Erpylev][velmoga_homepage] | [![Lucas Pearson][pearson-lucas-dev_avatar]][pearson-lucas-dev_homepage]<br/>[Lucas Pearson][pearson-lucas-dev_homepage] |
223227
|---|---|---|---|---|
224228

225229
[goruha_homepage]: https://github.com/goruha

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ badges:
2323
url: "https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment"
2424
- name: "Latest Release"
2525
image: "https://img.shields.io/github/release/cloudposse/terraform-aws-elastic-beanstalk-environment.svg"
26-
url: "https://travis-ci.org/cloudposse/terraform-aws-elastic-beanstalk-environment/releases"
26+
url: "https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/releases/latest"
2727
- name: "Slack Community"
2828
image: "https://slack.cloudposse.com/badge.svg"
2929
url: "https://slack.cloudposse.com"

0 commit comments

Comments
 (0)