Skip to content

Commit 710986f

Browse files
committed
Update lingering master references
This may fix the gh-pages build.
1 parent f1b78c1 commit 710986f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Docs to GitHub Pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The API docs are on [Docs.rs](https://docs.rs/maxminddb/latest/maxminddb/struct.
4343

4444
## Example ##
4545

46-
See [`examples/lookup.rs`](https://github.com/oschwald/maxminddb-rust/blob/master/examples/lookup.rs) for a basic example.
46+
See [`examples/lookup.rs`](https://github.com/oschwald/maxminddb-rust/blob/main/examples/lookup.rs) for a basic example.
4747

4848
## Benchmarks ##
4949

0 commit comments

Comments
 (0)