From 4fa2deceb06832feccfe18bd17f2c5b55fb26585 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 19 Feb 2018 12:44:56 -0500 Subject: [PATCH] Move sections cut from chapter 1 to the introduction --- second-edition/src/SUMMARY.md | 4 +++- .../src/{ch01-00-introduction.md => ch00-00-introduction.md} | 0 second-edition/src/ch01-00-getting-started.md | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) rename second-edition/src/{ch01-00-introduction.md => ch00-00-introduction.md} (100%) create mode 100644 second-edition/src/ch01-00-getting-started.md 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 + +