diff --git a/second-edition/src/SUMMARY.md b/second-edition/src/SUMMARY.md index 3e4db6bc7..d82adf106 100644 --- a/second-edition/src/SUMMARY.md +++ b/second-edition/src/SUMMARY.md @@ -1,8 +1,10 @@ # The Rust Programming Language +[Introduction](ch00-00-introduction.md) + ## Getting started -- [Introduction](ch01-00-introduction.md) +- [Getting Started](ch01-00-getting-started.md) - [Installation](ch01-01-installation.md) - [Hello, World!](ch01-02-hello-world.md) - [How Rust is Made and “Nightly Rust”](ch01-03-how-rust-is-made-and-nightly-rust.md) diff --git a/second-edition/src/ch01-00-introduction.md b/second-edition/src/ch00-00-introduction.md similarity index 100% rename from second-edition/src/ch01-00-introduction.md rename to second-edition/src/ch00-00-introduction.md diff --git a/second-edition/src/ch01-00-getting-started.md b/second-edition/src/ch01-00-getting-started.md new file mode 100644 index 000000000..e9dee6f3e --- /dev/null +++ b/second-edition/src/ch01-00-getting-started.md @@ -0,0 +1,3 @@ +# Getting Started + +