From af4c3fbb2d5550d3ec177f59b67cdcd6a375d1a5 Mon Sep 17 00:00:00 2001 From: dalei Date: Mon, 20 May 2019 15:38:18 +0800 Subject: [PATCH] Fix broken links in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e60e6f65..f2129f50b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ fn main() -> Result<(), std::io::Error> { - [Hello World](https://github.com/rustasync/tide/blob/master/examples/src/hello.rs) - [Messages](https://github.com/rustasync/tide/blob/master/examples/src/messages.rs) - [Body Types](https://github.com/rustasync/tide/blob/master/examples/src/body_types.rs) -- [Multipart Form](https://github.com/rustasync/tide/blob/master/examples/src/multipart-form/main.rs) +- [Multipart Form](https://github.com/rustasync/tide/blob/master/examples/src/multipart_form/mod.rs) - [Catch All](https://github.com/rustasync/tide/blob/master/examples/src/catch_all.rs) - [Cookies](https://github.com/rustasync/tide/blob/master/examples/src/cookies.rs) - [Default Headers](https://github.com/rustasync/tide/blob/master/examples/src/default_headers.rs)