From 0a338cd8b14752717c56af4e8ef7ce97932630db Mon Sep 17 00:00:00 2001 From: Erik Bernhardsson Date: Mon, 10 Apr 2023 09:14:04 -0400 Subject: [PATCH] Update badges --- README.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a686810a..267fac6f 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,8 @@ Annoy :alt: Annoy example :align: center -.. image:: https://img.shields.io/travis/spotify/annoy/master.svg?style=flat - :target: https://travis-ci.org/spotify/annoy - -.. image:: https://ci.appveyor.com/api/projects/status/github/spotify/annoy?svg=true&pendingText=windows%20-%20Pending&passingText=windows%20-%20OK&failingText=windows%20-%20Failing - :target: https://ci.appveyor.com/project/erikbern/annoy - -.. image:: https://img.shields.io/pypi/v/annoy.svg?style=flat - :target: https://pypi.python.org/pypi/annoy +.. image:: https://github.com/spotify/annoy/actions/workflows/ci.yml/badge.svg + :target: https://github.com/spotify/annoy/actions Annoy (`Approximate Nearest Neighbors `__ Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are `mmapped `__ into memory so that many processes may share the same data.