From ab417b97228fc382c42a6a36ae532240393689a9 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 11 Jun 2016 17:32:55 -0700 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bef68b..8e76e5a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ RTree implementation for Go =========================== [![Build Status](https://travis-ci.org/tidwall/rtree.svg?branch=master)](https://travis-ci.org/tidwall/rtree) -[![GoDoc](https://godoc.org/github.com/tidwall/rtree/client?status.svg)](https://godoc.org/github.com/tidwall/rtree/client) +[![GoDoc](https://godoc.org/github.com/tidwall/rtree?status.svg)](https://godoc.org/github.com/tidwall/rtree) This package provides an in-memory R-Tree implementation for Go, useful as a spatial data structure. It has support for 1-4 dimensions, and can store and search multidimensions interchangably in the same tree.