Skip to content

Commit f8b0583

Browse files
authored
Merge pull request #75 from nchelluri/patch-1
Fix 404 in README, updating reference to external repo
2 parents 395f8df + 169443f commit f8b0583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
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)