[commit: packages/filepath] master: Fix the badges (9b63223)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:51:49 UTC 2018


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/9b6322315e666f8d2da1bd0d6a757477338e91a1

>---------------------------------------------------------------

commit 9b6322315e666f8d2da1bd0d6a757477338e91a1
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon May 21 19:25:39 2018 +0100

    Fix the badges


>---------------------------------------------------------------

9b6322315e666f8d2da1bd0d6a757477338e91a1
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0b1c442..ea54613 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# FilePath [![Hackage version](https://img.shields.io/hackage/v/filepath.svg?label=Hackage)](https://hackage.haskell.org/package/filepath) [![Linux Build Status](https://img.shields.io/travis/haskell/filepath.svg?label=Linux%20build)](https://travis-ci.org/haskell/filepath) [![Windows Build Status](https://img.shields.io/appveyor/ci/ndmitchell/filepath.svg?label=Windows%20build)](https://ci.appveyor.com/project/ndmitchell/filepath)
+# FilePath [![Hackage version](https://img.shields.io/hackage/v/filepath.svg?label=Hackage)](https://hackage.haskell.org/package/filepath) [![Linux Build Status](https://img.shields.io/travis/haskell/filepath/master.svg?label=Linux%20build)](https://travis-ci.org/haskell/filepath) [![Windows Build Status](https://img.shields.io/appveyor/ci/ndmitchell/filepath/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/ndmitchell/filepath)
 
 The `filepath` package provides functionality for manipulating `FilePath` values, and is shipped with both [GHC](https://www.haskell.org/ghc/) and the [Haskell Platform](https://www.haskell.org/platform/). It provides three modules:
 



More information about the ghc-commits mailing list