Changed badges in README and projects page

This commit is contained in:
mitchelljfs 2018-07-25 16:20:10 -07:00
parent e7d84af7c7
commit 092be363f0
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ class Projects extends React.PureComponent<Props> {
},
{
imgUrl:
"https://api.codeclimate.com/v1/badges/dc70437f1490980d8e8e/maintainability",
"https://img.shields.io/codeclimate/maintainability/mitchelljfs/mjfs.us.svg",
linkUrl:
"https://codeclimate.com/github/mitchelljfs/mjfs.us/maintainability",
alt: "Maintainability"
@ -49,14 +49,14 @@ class Projects extends React.PureComponent<Props> {
},
{
imgUrl:
"https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/test_coverage",
"https://img.shields.io/codeclimate/coverage/mitchelljfs/lambdarouter.svg",
linkUrl:
"https://codeclimate.com/github/mitchelljfs/lambdarouter/test_coverage",
alt: "Code Coverage"
},
{
imgUrl:
"https://api.codeclimate.com/v1/badges/7270c6c4017b36d07360/maintainability",
"https://img.shields.io/codeclimate/maintainability/mitchelljfs/lambdarouter.svg",
linkUrl:
"https://codeclimate.com/github/mitchelljfs/lambdarouter/maintainability",
alt: "Maintainability"