From 9070748a869dc24b5234b2d6ec2eddcd0c105b02 Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Thu, 31 Mar 2016 21:48:22 -0300 Subject: [PATCH] #N/A Use reference links --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 193d130..c7c928f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# The Fuck [![Build Status](https://travis-ci.org/nvbn/thefuck.svg?branch=master)](https://travis-ci.org/nvbn/thefuck) [![Build status](https://ci.appveyor.com/api/projects/status/1sskj4imj02um0gu?svg=true)](https://ci.appveyor.com/project/nvbn/thefuck) - +# The Fuck [![Build Status][travis-badge]][travis-link] [![Windows Build Status][appveyor-badge]][appveyor-link] Magnificent app which corrects your previous console command, inspired by a [@liamosaur](https://twitter.com/liamosaur/) [tweet](https://twitter.com/liamosaur/status/506975850596536320). -[![gif with examples](https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif)](https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif) +[![gif with examples][examples-link]][examples-link] Few more examples: @@ -359,3 +358,10 @@ sudo apt-get install pandoc ## License MIT Project License can be found [here](LICENSE.md). + + +[travis-badge]: https://img.shields.io/travis/nvbn/thefuck.svg +[travis-link]: https://travis-ci.org/nvbn/thefuck +[appveyor-badge]: https://img.shields.io/appveyor/ci/nvbn/thefuck.svg?label=windows%20build +[appveyor-link]: https://ci.appveyor.com/project/nvbn/thefuck +[examples-link]: https://raw.githubusercontent.com/nvbn/thefuck/master/example.gif