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).