From 26a11d63ef81fb70db2149230c22824db7f54916 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Thu, 7 May 2026 12:53:30 +0100 Subject: [PATCH] Fix badge link for test workflow in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e020fc11..e39254c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VFB_connect [![test_vfb-connect](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/test_vfb-connect.yml/badge.svg)](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/test_vfb-connect.yml) [![publish-to-pypi](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/publish-to-pypi.yml) [![PyPI version](https://badge.fury.io/py/vfb_connect.svg)](https://pypi.org/project/vfb_connect/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13376947.svg)](https://doi.org/10.5281/zenodo.13376947) +# VFB_connect [![test_vfb-connect](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/test_vfb_connect.yml/badge.svg)](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/test_vfb-connect.yml) [![publish-to-pypi](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/publish-to-pypi.yml) [![PyPI version](https://badge.fury.io/py/vfb_connect.svg)](https://pypi.org/project/vfb_connect/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13376947.svg)](https://doi.org/10.5281/zenodo.13376947) [![test_notebooks](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/test_notebooks.yml/badge.svg)](https://github.com/VirtualFlyBrain/VFB_connect/actions/workflows/test_notebooks.yml) [![Documentation Status](https://readthedocs.org/projects/vfb_connect/badge/?version=stable)](https://vfb_connect.readthedocs.io/en/stable/?badge=latest) VFB_connect is a Python lib that wraps data/knowledgeBase query endpoints and returns DataFrame tables.