From e06922555930926ecc648f84916628648dd2b9ba Mon Sep 17 00:00:00 2001 From: Singee Date: Mon, 6 Sep 2021 15:29:32 +0800 Subject: [PATCH] fix examples link in README.md (#305) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31532b22..0973f825 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in `axum` by you, shall be licensed as MIT, without any additional terms or conditions. -[examples]: https://github.com/tokio-rs/axum/tree/master/examples +[examples]: https://github.com/tokio-rs/axum/tree/main/examples [docs]: https://docs.rs/axum [`tower`]: https://crates.io/crates/tower [`hyper`]: https://crates.io/crates/hyper