Skip to content

Commit 34fc103

Browse files
authored
Fix link to maxminddb reader library in README
With v2 suffix it leads to a 404 page
1 parent 909343e commit 34fc103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This library reads MaxMind
77
[GeoIP2](https://www.maxmind.com/en/geolocation_landing) databases.
88

99
This library is built using
10-
[the Go maxminddb reader](https://github.com/oschwald/maxminddb-golang/v2). All
10+
[the Go maxminddb reader](https://github.com/oschwald/maxminddb-golang). All
1111
data for the database record is decoded using this library. Version 2.0
1212
provides significant performance improvements with 56% fewer allocations and
1313
34% less memory usage compared to v1. Version 2.0 also adds `Network` and

0 commit comments

Comments
 (0)