From dd89580249032c8862b2a1137ac4ddd0949c8779 Mon Sep 17 00:00:00 2001 From: Marvin Schmitt <35921281+marvinschmitt@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:13:44 +0200 Subject: [PATCH] add awesome badge --- .github/workflows/bib2readme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bib2readme.py b/.github/workflows/bib2readme.py index 00037cb..16c7f67 100644 --- a/.github/workflows/bib2readme.py +++ b/.github/workflows/bib2readme.py @@ -9,7 +9,7 @@ VALID_CATEGORIES = ["overview", "software", "paper", "uncategorized"] README_BADGES = """ -![Awesome](https://img.shields.io/badge/Awesome-List-blue) +[![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re) ![Contributions Welcome](https://img.shields.io/badge/Contributions-Welcome-brightgreen) ![License: CC0](https://img.shields.io/badge/License-CC0_1.0-lightgrey) """