Skip to content

Commit 4806db4

Browse files
daleioneyoshuawuyts
authored andcommitted
Fix broken links in readme (#242)
1 parent 011d0db commit 4806db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ fn main() -> Result<(), std::io::Error> {
7474
- [Hello World](https://github.com/rustasync/tide/blob/master/examples/src/hello.rs)
7575
- [Messages](https://github.com/rustasync/tide/blob/master/examples/src/messages.rs)
7676
- [Body Types](https://github.com/rustasync/tide/blob/master/examples/src/body_types.rs)
77-
- [Multipart Form](https://github.com/rustasync/tide/blob/master/examples/src/multipart-form/main.rs)
77+
- [Multipart Form](https://github.com/rustasync/tide/blob/master/examples/src/multipart_form/mod.rs)
7878
- [Catch All](https://github.com/rustasync/tide/blob/master/examples/src/catch_all.rs)
7979
- [Cookies](https://github.com/rustasync/tide/blob/master/examples/src/cookies.rs)
8080
- [Default Headers](https://github.com/rustasync/tide/blob/master/examples/src/default_headers.rs)

0 commit comments

Comments
 (0)