From 7b84645ec23936399d4dfc6ecbb82a99ab1b3ae7 Mon Sep 17 00:00:00 2001 From: Leon Lan Date: Mon, 19 Feb 2024 12:20:14 +0100 Subject: [PATCH] Update badge links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e076161..2c63368 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ # FJSPLIB -![PyPI](https://img.shields.io/pypi/v/FJSPLIB?style=flat-square) -![License](https://img.shields.io/pypi/l/FJSPLIB?style=flat-square) -![CI](https://img.shields.io/github/actions/workflow/status/leonlan/FJSPLIB/.github%2Fworkflows%2FCI.yml?style=flat-square) -![Codecov](https://img.shields.io/codecov/c/github/leonlan/FJSPLIB?style=flat-square) +[![PyPI](https://img.shields.io/pypi/v/FJSPLIB?style=flat-square)](https://pypi.org/project/fjsplib/) +[![License](https://img.shields.io/github/license/leonlan/FJSPLIB?style=flat-square)](https://github.com/leonlan/FJSPLIB/) +[![CI](https://img.shields.io/github/actions/workflow/status/leonlan/FJSPLIB/.github%2Fworkflows%2FCI.yml?style=flat-square)](https://github.com/leonlan/FJSPLIB/) +[![Codecov](https://img.shields.io/codecov/c/github/leonlan/FJSPLIB?style=flat-square)](https://app.codecov.io/gh/leonlan/FJSPLIB/) FJSPLIB is a Python package for reading and writing flexible job shop problem (FJSP) instances.