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) """