From 392a5b066c2c2ce10b158d7ae258e7f304671842 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Thu, 10 Nov 2016 17:05:47 -0500 Subject: [PATCH] Rename file to match section heading --- src/SUMMARY.md | 2 +- ...ncepts-in-rust.md => ch03-00-common-programming-concepts.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{ch03-00-common-programming-concepts-in-rust.md => ch03-00-common-programming-concepts.md} (100%) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e1d772e..04a6155 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -8,7 +8,7 @@ - [Guessing Game Tutorial](ch02-00-guessing-game-tutorial.md) -- [Common Programming Concepts in Rust](ch03-00-common-programming-concepts-in-rust.md) +- [Common Programming Concepts](ch03-00-common-programming-concepts.md) - [Variables and Mutability](ch03-01-variables-and-mutability.md) - [Data Types](ch03-02-data-types.md) - [How Functions Work](ch03-03-how-functions-work.md) diff --git a/src/ch03-00-common-programming-concepts-in-rust.md b/src/ch03-00-common-programming-concepts.md similarity index 100% rename from src/ch03-00-common-programming-concepts-in-rust.md rename to src/ch03-00-common-programming-concepts.md