From a376d602eebf30afacf4f4be4284c0e09c1dfe53 Mon Sep 17 00:00:00 2001 From: dalei Date: Wed, 15 May 2019 11:06:20 +0800 Subject: [PATCH] Fix example link in readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 548b64ba2..6ed6885f2 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,14 @@ fn main() -> Result<(), std::io::Error> { **More Examples** -- [Hello World](https://github.com/rustasync/tide/tree/master/examples/hello.rs) -- [Messages](https://github.com/rustasync/tide/blob/master/examples/messages.rs) -- [Body Types](https://github.com/rustasync/tide/blob/master/examples/body_types.rs) -- [Multipart Form](https://github.com/rustasync/tide/tree/master/examples/multipart-form/main.rs) -- [Catch All](https://github.com/rustasync/tide/tree/master/examples/catch_all.rs) -- [Cookies](https://github.com/rustasync/tide/tree/master/examples/cookies.rs) -- [Default Headers](https://github.com/rustasync/tide/tree/master/examples/default_headers.rs) -- [GraphQL](https://github.com/rustasync/tide/tree/master/examples/graphql.rs) +- [Hello World](https://github.com/rustasync/tide/tree/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/tree/master/examples/src/multipart-form/main.rs) +- [Catch All](https://github.com/rustasync/tide/tree/master/examples/src/catch_all.rs) +- [Cookies](https://github.com/rustasync/tide/tree/master/examples/src/cookies.rs) +- [Default Headers](https://github.com/rustasync/tide/tree/master/src/examples/default_headers.rs) +- [GraphQL](https://github.com/rustasync/tide/tree/master/examples/src/graphql.rs) ## Resources