From 5d0c75bc211b2902b4954ef46223215521977ec8 Mon Sep 17 00:00:00 2001 From: Joel Koch Date: Wed, 20 Nov 2024 00:51:56 +0100 Subject: [PATCH] Update ci badge url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ce7100..987e532 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Hex Package](https://img.shields.io/hexpm/v/sqlite_vec.svg?style=for-the-badge)](https://hex.pm/packages/sqlite_vec) [![Hex Docs](https://img.shields.io/badge/hex-docs-blue.svg?style=for-the-badge)](https://hexdocs.pm/sqlite_vec) -[![Build Status](https://github.com/joelpaulkoch/sqlite_vec/actions/workflows/ci.yml/badge.svg?style=for-the-badge)](https://github.com/joelpaulkoch/sqlite_vec/actions) +[![Build Status](https://img.shields.io/github/actions/workflow/status/joelpaulkoch/sqlite_vec/ci.yml?label=Build%20Status&style=for-the-badge&branch=main)](https://github.com/joelpaulkoch/sqlite_vec/actions) A wrapper to use [sqlite-vec](https://github.com/asg017/sqlite-vec), a SQLite extension for working with vectors, in Elixir. The configured version of the precompiled loadable library will be downloaded from the GitHub releases.