Skip to content

Commit

Permalink
Fix Link
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Schelten committed Sep 23, 2020
1 parent 19dfc00 commit 2598da2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# VPTrees

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://julianeighbors.github.io/VPTrees.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://julianeighbors.github.io/VPTrees.jl/dev)
[![Build Status](https://github.com/julianeighbors/VPTrees.jl/workflows/CI/badge.svg)](https://github.com/julianeighbors/VPTrees.jl/actions)
[![Coverage](https://coveralls.io/repos/github/julianeighbors/VPTrees.jl/badge.svg?branch=master)](https://coveralls.io/github/julianeighbors/VPTrees.jl?branch=master)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaNeighbors.github.io/VPTrees.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaNeighbors.github.io/VPTrees.jl/dev)
[![Build Status](https://github.com/JuliaNeighbors/VPTrees.jl/workflows/CI/badge.svg)](https://github.com/JuliaNeighbors/VPTrees.jl/actions)
[![Coverage](https://coveralls.io/repos/github/JuliaNeighbors/VPTrees.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaNeighbors/VPTrees.jl?branch=master)

Implementation of Vantage Point Trees in Julia.
A Vantage Point Tree is a metric tree which can be used for nearest neighbor or radius searches in any metric space.
Expand Down

0 comments on commit 2598da2

Please sign in to comment.