Skip to content

Commit 9fc7641

Browse files
authored
Fix image links and the badge releases (#6)
1 parent 005f1df commit 9fc7641

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-ecs-codepipeline [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg)](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
5+
# terraform-aws-ecs-codepipeline [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-ecs-codepipeline) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg)](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
66

77

88
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS.
@@ -18,6 +18,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
1818

1919

2020

21+
2122
## Usage
2223

2324
```hcl
@@ -97,6 +98,7 @@ Check out these related projects.
9798
- [terraform-aws-lb-s3-bucket](https://github.com/cloudposse/terraform-aws-lb-s3-bucket) - Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs.
9899

99100

101+
100102
## Help
101103

102104
**Got a question?**
@@ -144,11 +146,13 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
144146

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

149+
147150
## Copyright
148151

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

151154

155+
152156
## License
153157

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

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

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

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

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

203207
### Contributors
204208

205-
| [![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] | [![Sarkis Varozian][sarkis_avatar]](sarkis_homepage)<br/>[Sarkis Varozian][sarkis_homepage] |
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] | [![Sarkis Varozian][sarkis_avatar]][sarkis_homepage]<br/>[Sarkis Varozian][sarkis_homepage] |
206210
|---|---|---|---|
207211

208212
[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-ecs-codepipeline"
2424
- name: "Latest Release"
2525
image: "https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-codepipeline.svg"
26-
url: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline/releases"
26+
url: "https://github.com/cloudposse/terraform-aws-ecs-codepipeline/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)