From db7c344a2bad66b562da4466fd6f0ce5a86e50c7 Mon Sep 17 00:00:00 2001 From: Jilles van Gurp Date: Mon, 20 Jul 2020 11:04:28 +0200 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07b7f3..a1c5c2e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A geo hash is a representation of a coordinate that interleaves the bit represen Geohashes are super useful if you are building e.g. search engines. Though if you are, there are better data structures such as Quad Trees or BKD Trees that Elasticsearch uses in more recent versions. -Here's a [simple example of the hashes for a concave polygon](http://geojson.io/#id=gist:/jillesvangurp/0e4e13a3c9f118af9c7adecafcd2866f) rendered on a map (courtesy of geojson.io). +Here's a [simple example of the hashes for a concave polygon](http://geojson.io/#id=gist:jillesvangurp/0e4e13a3c9f118af9c7adecafcd2866f) rendered on a map (courtesy of geojson.io).