From 7ca9298163937f036fa4f4a6643845c9faa30a86 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 1 Dec 2023 15:36:49 -0800 Subject: [PATCH] Updated badge [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b59f6..e05e165 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Store your vectors with the rest of your data. Supports: Plus [ACID](https://en.wikipedia.org/wiki/ACID) compliance, point-in-time recovery, JOINs, and all of the other [great features](https://www.postgresql.org/about/) of Postgres -[![Build Status](https://github.com/pgvector/pgvector/workflows/build/badge.svg?branch=master)](https://github.com/pgvector/pgvector/actions) +[![Build Status](https://github.com/pgvector/pgvector/actions/workflows/build.yml/badge.svg)](https://github.com/pgvector/pgvector/actions) ## Installation