From 4dbee7c0ff96430f459b8a60684a0fda085aaeb8 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Fri, 18 Jun 2021 15:03:18 +0200 Subject: [PATCH] make: Rework badges in README.md --- makefiles/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefiles/README.md b/makefiles/README.md index 597a094eac..718df7bf05 100644 --- a/makefiles/README.md +++ b/makefiles/README.md @@ -1,8 +1,8 @@ # OR-Tools Makefile Build Instructions -[![Status][docker_svg]][docker_link] +Dockers [Alpine, Archlinux, Centos, Debian, Fedora, OpenSuse, Ubuntu]x[C++, Python, Java, .Net]: [![Status][docker_svg]][docker_link] -[docker_svg]: https://github.com/google/or-tools/workflows/Docker%20Make/badge.svg?branch=master -[docker_link]: https://github.com/google/or-tools/actions?query=workflow%3A"Docker+Make" +[docker_svg]: https://github.com/google/or-tools/actions/workflows/make_docker.yml/badge.svg?branch=master +[docker_link]: https://github.com/google/or-tools/actions/workflows/make_docker.yml ## Introduction