Skip to content

Commit 169443f

Browse files
authored
Fix 404, updating reference to external repo
1 parent 395f8df commit 169443f

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
@@ -10,7 +10,7 @@ This library is built using
1010
All data for the database record is decoded using this library. If you only
1111
need several fields, you may get superior performance by using maxminddb's
1212
`Lookup` directly with a result struct that only contains the required fields.
13-
(See [example_test.go](https://github.com/oschwald/maxminddb-golang/blob/master/example_test.go)
13+
(See [example_test.go](https://github.com/oschwald/maxminddb-golang/blob/main/example_test.go)
1414
in the maxminddb repository for an example of this.)
1515

1616
## Installation ##

0 commit comments

Comments
 (0)