From 5401242693e047c91ff98c12ad2b848829023471 Mon Sep 17 00:00:00 2001 From: "Kai(luo) Wang" Date: Wed, 9 Aug 2017 14:12:22 -0400 Subject: [PATCH] minor link change (#1808) * minor link change * added a stub parameter to invalidate the badge link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 353116c72c..2a9f05a29b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Workflow](https://badge.waffle.io/typelevel/cats.svg?label=ready&title=Ready)](https://waffle.io/typelevel/cats) [![Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/typelevel/cats) [![codecov.io](http://codecov.io/github/typelevel/cats/coverage.svg?branch=master)](http://codecov.io/github/typelevel/cats?branch=master) -[![Latest version](https://index.scala-lang.org/typelevel/cats/cats-core/latest.svg?color=orange)](https://index.scala-lang.org/typelevel/cats/cats-core) +[![Latest version](https://index.scala-lang.org/typelevel/cats/cats-core/latest.svg?color=orange&v=1)](https://index.scala-lang.org/typelevel/cats/cats-core) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.14.svg)](http://scala-js.org) ### Overview @@ -20,7 +20,7 @@ The name is a playful shortening of the word *category*. Scala supports both object-oriented and functional programming, and this is reflected in the hybrid approach of the standard library. Cats augments the standard library with tools that further enable functional programming such as `Validated`, `Monad`, and `Traverse`. A broader goal of Cats is to provide a foundation for an -[ecosystem of pure, typeful libraries](http://typelevel.org/projects/). +[ecosystem of pure, typeful libraries](https://github.com/typelevel/cats#the-cats-ecosystem). ### Getting Started