We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b78c1 commit 710986fCopy full SHA for 710986f
.github/workflows/doc.yml
@@ -3,7 +3,7 @@ name: Deploy Docs to GitHub Pages
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
release:
README.md
@@ -43,7 +43,7 @@ The API docs are on [Docs.rs](https://docs.rs/maxminddb/latest/maxminddb/struct.
43
44
## Example ##
45
46
-See [`examples/lookup.rs`](https://github.com/oschwald/maxminddb-rust/blob/master/examples/lookup.rs) for a basic example.
+See [`examples/lookup.rs`](https://github.com/oschwald/maxminddb-rust/blob/main/examples/lookup.rs) for a basic example.
47
48
## Benchmarks ##
49
0 commit comments