You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Rust MaxMind DB Reader #
2
2
3
-
[](https://crates.io/crates/maxminddb)[](http://docs.rs/maxminddb)[](https://oschwald.github.io/maxminddb-rust/)
3
+
[](https://crates.io/crates/maxminddb)[](http://docs.rs/maxminddb)
4
4
5
5
This library reads the MaxMind DB format, including the GeoIP2 and GeoLite2
6
6
databases.
@@ -39,7 +39,7 @@ extern crate maxminddb;
39
39
40
40
## API Documentation ##
41
41
42
-
The API docs are on [GitHub Pages](http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html).
42
+
The API docs are on [Docs.rs](https://docs.rs/maxminddb/latest/maxminddb/struct.Reader.html).
0 commit comments