From 1832d44da161db16b1b89984c39136967573e326 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 6 Sep 2015 17:21:00 +0200 Subject: [PATCH] Use Travis/AppVeyor badges in README. --- README.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index b0a77488c..ad9fa6cc7 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -12,7 +12,8 @@ image:https://img.shields.io/pypi/l/qutebrowser.svg?style=flat["license badge",l image:https://img.shields.io/pypi/v/qutebrowser.svg?style=flat["version badge",link="https://pypi.python.org/pypi/qutebrowser/"] image:https://img.shields.io/github/issues/The-Compiler/qutebrowser.svg?style=flat["issues badge",link="https://github.com/The-Compiler/qutebrowser/issues"] image:https://requires.io/github/The-Compiler/qutebrowser/requirements.svg?branch=master["requirements badge",link="https://requires.io/github/The-Compiler/qutebrowser/requirements/?branch=master"] -image:http://qutebrowser.org:8010/png?builder=archlinux["build badge",link="http://qutebrowser.org:8010/waterfall"] +image:https://travis-ci.org/The-Compiler/qutebrowser.svg?branch=master["Build Status", link="https://travis-ci.org/The-Compiler/qutebrowser"] +image:https://ci.appveyor.com/api/projects/status/9gmnuip6i1oq7046?svg=true["AppVeyor build status", link="https://ci.appveyor.com/project/The-Compiler/qutebrowser"] qutebrowser is a keyboard-focused browser with a minimal GUI. It's based on Python, PyQt5 and QtWebKit and free software, licensed under the GPL. @@ -23,7 +24,7 @@ Screenshots ----------- image:doc/img/main.png["screenshot 1",width=300,link="doc/img/main.png"] -image:doc/img/downloads.png["screenshot 2",width=300,link="doc/img/downloads.png"] +image:doc/img/downloads.png["screenshot 2",width=300j,link="doc/img/downloads.png"] image:doc/img/completion.png["screenshot 3",width=300,link="doc/img/completion.png"] image:doc/img/hints.png["screenshot 4",width=300,link="doc/img/hints.png"]