From 85c42a5cabefa938575914105fc7b5c79eebb284 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Fri, 6 Oct 2023 07:43:09 +0900 Subject: [PATCH] Fix the link to examples The default branch of this repository is `main`, not `master` now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3d27f4..f40f215 100644 --- a/README.md +++ b/README.md @@ -112,5 +112,5 @@ THIS SOFTWARE. [notify]: https://crates.io/crates/notify [inotify-sys]: https://crates.io/crates/inotify-sys [API reference]: https://docs.rs/inotify -[examples directory]: https://github.com/inotify-rs/inotify/tree/master/examples +[examples directory]: https://github.com/inotify-rs/inotify/tree/main/examples [inotify man page]: http://man7.org/linux/man-pages/man7/inotify.7.html