Skip to content

Commit 582f873

Browse files
authored
Fix image links and the badge releases (#14)
1 parent d7b57ed commit 582f873

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,8 +1,8 @@
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

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

77

88
Terraform module to provision an [`ElastiCache`](https://aws.amazon.com/elasticache/) Redis Cluster
@@ -18,6 +18,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
1818

1919

2020

21+
2122
## Usage
2223

2324
Include this repository as a module in your existing terraform code:
@@ -101,6 +102,7 @@ Available targets:
101102

102103

103104

105+
104106
## Help
105107

106108
**Got a question?**
@@ -148,11 +150,13 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
148150

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

153+
151154
## Copyright
152155

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

155158

159+
156160
## License
157161

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

186190
This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know at <hello@cloudposse.com>
187191

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

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

@@ -206,7 +210,7 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
206210

207211
### Contributors
208212

209-
| [![Erik Osterman][osterman_avatar]](osterman_homepage)<br/>[Erik Osterman][osterman_homepage] | [![Igor Rodionov][goruha_avatar]](goruha_homepage)<br/>[Igor Rodionov][goruha_homepage] | [![Andriy Knysh][aknysh_avatar]](aknysh_homepage)<br/>[Andriy Knysh][aknysh_homepage] | [![Daren Desjardins][darend_avatar]](darend_homepage)<br/>[Daren Desjardins][darend_homepage] | [![Max Moon][MoonMoon1919_avatar]](MoonMoon1919_homepage)<br/>[Max Moon][MoonMoon1919_homepage] | [![Christopher Riley][christopherriley_avatar]](christopherriley_homepage)<br/>[Christopher Riley][christopherriley_homepage] |
213+
| [![Erik Osterman][osterman_avatar]][osterman_homepage]<br/>[Erik Osterman][osterman_homepage] | [![Igor Rodionov][goruha_avatar]][goruha_homepage]<br/>[Igor Rodionov][goruha_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]<br/>[Andriy Knysh][aknysh_homepage] | [![Daren Desjardins][darend_avatar]][darend_homepage]<br/>[Daren Desjardins][darend_homepage] | [![Max Moon][MoonMoon1919_avatar]][MoonMoon1919_homepage]<br/>[Max Moon][MoonMoon1919_homepage] | [![Christopher Riley][christopherriley_avatar]][christopherriley_homepage]<br/>[Christopher Riley][christopherriley_homepage] |
210214
|---|---|---|---|---|---|
211215

212216
[osterman_homepage]: https://github.com/osterman

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-elasticache-redis"
2424
- name: "Latest Release"
2525
image: "https://img.shields.io/github/release/cloudposse/terraform-aws-elasticache-redis.svg"
26-
url: "https://travis-ci.org/cloudposse/terraform-aws-elasticache-redis/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)