From 63835f7cf72711e97e3b5259da3e3b5a4f41d3ed Mon Sep 17 00:00:00 2001 From: Alexey Date: Wed, 10 Oct 2018 15:53:15 +0300 Subject: [PATCH] Change README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5df9b..247c65d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ GeoStat is a Python script for parsing Nginx and Apache logs files and getting G GeoStat uses a number of open source libs to work properly: -* [Geohash](https://github.com/vinsci/geohash.io) - Python module that provides functions for decoding and encoding Geohashes. +* [Geohash](https://github.com/vinsci/geohash) - Python module that provides functions for decoding and encoding Geohashes. * [InfluxDB-Python](https://github.com/influxdata/influxdb-python) - Python client for InfluxDB.