From ab33e0aec6a86544b5752e2f9dcbaafb05cfc111 Mon Sep 17 00:00:00 2001 From: Joel Koch Date: Wed, 20 Nov 2024 00:37:59 +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 01da473..05bc20a 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/workflows/ci/badge.svg?style=for-the-badge)](https://github.com/joelpaulkoch/sqlite_vec/actions) +[![Build Status](https://github.com/joelpaulkoch/sqlite_vec/workflows/ci.yml/badge.svg?style=for-the-badge)](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.