Skip to content

Commit a10ecca

Browse files
authored
Fix image links and the badge releases (#23)
1 parent ee38a40 commit a10ecca

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

77

88
This is a collection of reusable root modules for CloudPosse AWS accounts.
@@ -18,6 +18,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
1818

1919

2020

21+
2122
## Usage
2223

2324
Use the `terraform-root-modules` Docker image as the base image in the application `Dockerfile`, and copy the modules from `/aws` folder into `/conf` folder
@@ -60,6 +61,7 @@ Check out these related projects.
6061
- [dev.cloudposse.co](https://github.com/cloudposse/dev.cloudposse.co) - Example Terraform Reference Architecture of a Geodesic Module for a Development Sandbox Organization in AWS.
6162

6263

64+
6365
## Help
6466

6567
**Got a question?**
@@ -107,11 +109,13 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
107109

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

112+
110113
## Copyright
111114

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

114117

118+
115119
## License
116120

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

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

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

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

@@ -165,7 +169,7 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
165169

166170
### Contributors
167171

168-
| [![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] | [![Marc Tamsky][tamsky_avatar]](tamsky_homepage)<br/>[Marc Tamsky][tamsky_homepage] |
172+
| [![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] | [![Marc Tamsky][tamsky_avatar]][tamsky_homepage]<br/>[Marc Tamsky][tamsky_homepage] |
169173
|---|---|---|---|
170174

171175
[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-root-modules"
2424
- name: "Latest Release"
2525
image: "https://img.shields.io/github/release/cloudposse/terraform-root-modules.svg"
26-
url: "https://travis-ci.org/cloudposse/terraform-root-modules/releases"
26+
url: "https://github.com/cloudposse/terraform-root-modules/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)