From c8fbc0ee347c4eb5d6af89e4d404e1110006b6b9 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Wed, 25 Jul 2018 16:19:35 -0700 Subject: [PATCH] Change README badges [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96c4a87..dd88bc6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # lambdarouter [![GoDoc Reference](https://godoc.org/github.com/mitchelljfs/lambdarouter?status.svg)](https://godoc.org/github.com/mitchelljfs/lambdarouter) [![Build Status](https://travis-ci.org/mitchelljfs/lambdarouter.svg?branch=master)](https://travis-ci.org/mitchelljfs/lambdarouter) -[![Test Coverage](https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage)](https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage) -[![Maintainability](https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability)](https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability) +[![Test Coverage](https://img.shields.io/codeclimate/coverage/mitchelljfs/lambdarouter.svg)](https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage) +[![Maintainability](https://img.shields.io/codeclimate/maintainability/mitchelljfs/lambdarouter.svg)](https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability) [![Go Report Card](https://goreportcard.com/badge/github.com/mitchelljfs/lambdarouter)](https://goreportcard.com/report/github.com/mitchelljfs/lambdarouter) This package will become a fully featured AWS Lambda function router, able to respond to HTTP, Schedule, Cognito, and SNS events. It will also support middleware interfacing.