diff --git a/src/SUMMARY.md b/src/SUMMARY.md index a0337da6d876..17d51fccf6f2 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -18,10 +18,10 @@ - [Welcome](welcome-day-1.md) - [Hello, World](hello-world.md) - [What is Rust?](hello-world/what-is-rust.md) - - [Hello, World](hello-world/hello-world.md) - [Benefits of Rust](hello-world/benefits.md) - [Playground](hello-world/playground.md) - [Types and Values](types-and-values.md) + - [Hello, World](types-and-values/hello-world.md) - [Variables](types-and-values/variables.md) - [Values](types-and-values/values.md) - [Arithmetic](types-and-values/arithmetic.md) diff --git a/src/hello-world/hello-world.md b/src/types-and-values/hello-world.md similarity index 100% rename from src/hello-world/hello-world.md rename to src/types-and-values/hello-world.md