From dd99511bcc2e356e30024072e1bc2b158f9c4952 Mon Sep 17 00:00:00 2001 From: jbarlow83 Date: Fri, 12 Oct 2018 21:16:08 -0700 Subject: [PATCH] Fix broken badges in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 686ecb09..292b9c8d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ OCRmyPDF ======== -![image](https://travis-ci.org/jbarlow83/OCRmyPDF.svg?branch=master%0A%20:target:%20https://travis-ci.org/jbarlow83/OCRmyPDF) +[![Travis build status][travis]](https://travis-ci.org/jbarlow83/OCRmyPDF) [![PyPI version][pypi]](https://pypi.org/project/ocrmypdf/) ![Homebrew version][homebrew] -![image](https://img.shields.io/pypi/v/ocrmypdf.svg%0A%20:target:%20https://pypi.org/project/ocrmypdf/) +[travis]: https://travis-ci.org/jbarlow83/OCRmyPDF.svg?branch=master "Travis build status" -![image](https://img.shields.io/homebrew/v/ocrmypdf.svg%0A%20:alt:%20homebrew%0A%20:target:%20http://brewformulas.org/Ocrmypdf) +[pypi]: https://img.shields.io/pypi/v/ocrmypdf.svg "PyPI version" + +[homebrew]: https://img.shields.io/homebrew/v/ocrmypdf.svg "Homebrew version" OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched or copy-pasted.