From 1aa40c7797028698e39c7c57de45632e883ec4d6 Mon Sep 17 00:00:00 2001 From: vadim-hleif Date: Mon, 9 Jul 2018 16:48:44 +0300 Subject: [PATCH] Fix image links and the badge `releases` --- README.md | 12 ++++++++---- README.yaml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3825692..12779cf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com) +[![Cloud Posse](https://cloudposse.com/logo-300x69.svg)](https://cloudposse.com) -# terraform-aws-alb-ingress [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-alb-ingress.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-alb-ingress) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-alb-ingress.svg)](https://github.com/cloudposse/terraform-aws-alb-ingress/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) +# terraform-aws-alb-ingress [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-alb-ingress.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-alb-ingress) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-alb-ingress.svg)](https://github.com/cloudposse/terraform-aws-alb-ingress/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) Terraform module to provision an HTTP style ingress based on hostname and/or path. @@ -18,6 +18,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE). + ## Usage Include this module in your existing terraform code: @@ -98,6 +99,7 @@ Check out these related projects. - [terraform-aws-alb](https://github.com/cloudposse/terraform-aws-alb) - Terraform module to create an ALB, default ALB listener(s), and a default ALB target and related security groups. + ## Help **Got a question?** @@ -145,11 +147,13 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow. **NOTE:** Be sure to merge the latest changes from "upstream" before making a pull request! + ## Copyright Copyright © 2017-2018 [Cloud Posse, LLC](https://cloudposse.com) + ## License [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -182,7 +186,7 @@ All other trademarks referenced herein are the property of their respective owne This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? Please let us know at -[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com) +[![Cloud Posse](https://cloudposse.com/logo-300x69.svg)](https://cloudposse.com) We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We love [Open Source Software](https://github.com/cloudposse/)! @@ -203,7 +207,7 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi ### Contributors -| [![Erik Osterman][osterman_avatar]](osterman_homepage)
[Erik Osterman][osterman_homepage] | [![Igor Rodionov][goruha_avatar]](goruha_homepage)
[Igor Rodionov][goruha_homepage] | [![Andriy Knysh][aknysh_avatar]](aknysh_homepage)
[Andriy Knysh][aknysh_homepage] | [![Sarkis Varozian][sarkis_avatar]](sarkis_homepage)
[Sarkis Varozian][sarkis_homepage] | +| [![Erik Osterman][osterman_avatar]][osterman_homepage]
[Erik Osterman][osterman_homepage] | [![Igor Rodionov][goruha_avatar]][goruha_homepage]
[Igor Rodionov][goruha_homepage] | [![Andriy Knysh][aknysh_avatar]][aknysh_homepage]
[Andriy Knysh][aknysh_homepage] | [![Sarkis Varozian][sarkis_avatar]][sarkis_homepage]
[Sarkis Varozian][sarkis_homepage] | |---|---|---|---| [osterman_homepage]: https://github.com/osterman diff --git a/README.yaml b/README.yaml index 29c1ac3..0e9f5d6 100644 --- a/README.yaml +++ b/README.yaml @@ -23,7 +23,7 @@ badges: url: "https://travis-ci.org/cloudposse/terraform-aws-alb-ingress" - name: "Latest Release" image: "https://img.shields.io/github/release/cloudposse/terraform-aws-alb-ingress.svg" - url: "https://github.com/cloudposse/terraform-aws-alb-ingress/releases" + url: "https://github.com/cloudposse/terraform-aws-alb-ingress/releases/latest" - name: "Slack Community" image: "https://slack.cloudposse.com/badge.svg" url: "https://slack.cloudposse.com"