Skip to content

Commit f1b78c1

Browse files
committed
Link to Docs.rs for all docs
1 parent 0f6b55e commit f1b78c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Rust MaxMind DB Reader #
22

3-
[![crates.io]( https://img.shields.io/crates/v/maxminddb.svg)](https://crates.io/crates/maxminddb) [![Released API docs](https://docs.rs/maxminddb/badge.svg)](http://docs.rs/maxminddb) [![Master API docs](https://img.shields.io/badge/docs-master-green.svg)](https://oschwald.github.io/maxminddb-rust/)
3+
[![crates.io]( https://img.shields.io/crates/v/maxminddb.svg)](https://crates.io/crates/maxminddb) [![Released API docs](https://docs.rs/maxminddb/badge.svg)](http://docs.rs/maxminddb)
44

55
This library reads the MaxMind DB format, including the GeoIP2 and GeoLite2
66
databases.
@@ -39,7 +39,7 @@ extern crate maxminddb;
3939

4040
## API Documentation ##
4141

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).
4343

4444
## Example ##
4545

0 commit comments

Comments
 (0)