Skip to content

Commit

Permalink
Fix 404, updating reference to external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nchelluri committed Jun 4, 2021
1 parent 395f8df commit 169443f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ This library is built using
All data for the database record is decoded using this library. If you only
need several fields, you may get superior performance by using maxminddb's
`Lookup` directly with a result struct that only contains the required fields.
(See [example_test.go](https://github.com/oschwald/maxminddb-golang/blob/master/example_test.go)
(See [example_test.go](https://github.com/oschwald/maxminddb-golang/blob/main/example_test.go)
in the maxminddb repository for an example of this.)

## Installation ##
Expand Down

0 comments on commit 169443f

Please sign in to comment.