diff --git a/README.md b/README.md index 308fab75c..0d71bb6a8 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ fn main() { } ``` -More examples can be found [here](examples). +More examples can be found [here](tokio/examples). ## Getting Help diff --git a/examples/README.md b/tokio/examples/README.md similarity index 100% rename from examples/README.md rename to tokio/examples/README.md diff --git a/examples/chat-combinator-current-thread.rs b/tokio/examples/chat-combinator-current-thread.rs similarity index 100% rename from examples/chat-combinator-current-thread.rs rename to tokio/examples/chat-combinator-current-thread.rs diff --git a/examples/chat-combinator.rs b/tokio/examples/chat-combinator.rs similarity index 100% rename from examples/chat-combinator.rs rename to tokio/examples/chat-combinator.rs diff --git a/examples/chat.rs b/tokio/examples/chat.rs similarity index 100% rename from examples/chat.rs rename to tokio/examples/chat.rs diff --git a/examples/connect.rs b/tokio/examples/connect.rs similarity index 100% rename from examples/connect.rs rename to tokio/examples/connect.rs diff --git a/examples/echo-udp.rs b/tokio/examples/echo-udp.rs similarity index 100% rename from examples/echo-udp.rs rename to tokio/examples/echo-udp.rs diff --git a/examples/echo.rs b/tokio/examples/echo.rs similarity index 100% rename from examples/echo.rs rename to tokio/examples/echo.rs diff --git a/examples/hello_world.rs b/tokio/examples/hello_world.rs similarity index 100% rename from examples/hello_world.rs rename to tokio/examples/hello_world.rs diff --git a/examples/manual-runtime.rs b/tokio/examples/manual-runtime.rs similarity index 100% rename from examples/manual-runtime.rs rename to tokio/examples/manual-runtime.rs diff --git a/examples/print_each_packet.rs b/tokio/examples/print_each_packet.rs similarity index 100% rename from examples/print_each_packet.rs rename to tokio/examples/print_each_packet.rs diff --git a/examples/proxy.rs b/tokio/examples/proxy.rs similarity index 100% rename from examples/proxy.rs rename to tokio/examples/proxy.rs diff --git a/examples/tinydb.rs b/tokio/examples/tinydb.rs similarity index 100% rename from examples/tinydb.rs rename to tokio/examples/tinydb.rs diff --git a/examples/tinyhttp.rs b/tokio/examples/tinyhttp.rs similarity index 100% rename from examples/tinyhttp.rs rename to tokio/examples/tinyhttp.rs diff --git a/examples/udp-client.rs b/tokio/examples/udp-client.rs similarity index 100% rename from examples/udp-client.rs rename to tokio/examples/udp-client.rs diff --git a/examples/udp-codec.rs b/tokio/examples/udp-codec.rs similarity index 100% rename from examples/udp-codec.rs rename to tokio/examples/udp-codec.rs