From 4deb28d0e4fdb34761dc339bb69442fa22eac5b0 Mon Sep 17 00:00:00 2001 From: Pierre Moreau Date: Thu, 13 Jun 2019 20:37:22 +0200 Subject: [PATCH] README: Change badge formatting to reStructuredText The badges were initially added using the Markdown syntax, which does not work since this is a reStructuredText file. --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d85bd875..595c7ce5 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,9 @@ -[![Build Status](https://travis-ci.com/LUGGPublic/CG_Labs.svg?branch=master)](https://travis-ci.com/LUGGPublic/CG_Labs) -[![Build status](https://ci.appveyor.com/api/projects/status/ga1y28ottvmvgif6/branch/master?svg=true)](https://ci.appveyor.com/project/pierremoreau/cg-labs/branch/master) +|Travis| |AppVeyor| + +.. |Travis| image:: https://travis-ci.com/LUGGPublic/CG_Labs.svg?branch=master + :target: https://travis-ci.com/LUGGPublic/CG_Labs +.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/ga1y28ottvmvgif6/branch/master?svg=true + :target: https://ci.appveyor.com/project/pierremoreau/cg-labs/branch/master CG_Labs contains the source code for the various Computer Graphics courses taught at `Lund University`_ (EDAF80_ and EDAN35_). All assignments of EDAF80