From f312dba59a29bf89062afb6aad8827bb437d67ac Mon Sep 17 00:00:00 2001 From: Simon Monk Date: Mon, 25 Mar 2019 11:07:00 +0000 Subject: [PATCH] rename ch2 --- README.md | 4 ++-- python/{Project_01_Doorbell.py => ch_02_Doorbell.py} | 0 python/{Project_02_Shoutometer.py => ch_02_Shoutometer.py} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename python/{Project_01_Doorbell.py => ch_02_Doorbell.py} (100%) rename python/{Project_02_Shoutometer.py => ch_02_Shoutometer.py} (100%) diff --git a/README.md b/README.md index e70ac4e..d8e90a3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All the Block code is published on the makecode website and shared by a short UR ## Projects ### Chapter 2 -[Musical Door Bell](https://makecode.microbit.org/_bo6T1f286Kos) +[Musical Door Bell](https://makecode.microbit.org/_Rb6MsFdrUP92) [Shout-o-meter](https://makecode.microbit.org/_0drcfrM7kUE6) @@ -62,7 +62,7 @@ All the Block code is published on the makecode website and shared by a short UR ### Chapter 2 -[Experiment 1. Generating Sounds](https://makecode.microbit.org/_eerYohUaWVqp) +[Experiment 1. Generating Sounds](https://makecode.microbit.org/_dk75wcLE263E) There is no block code for Experiment 2 diff --git a/python/Project_01_Doorbell.py b/python/ch_02_Doorbell.py similarity index 100% rename from python/Project_01_Doorbell.py rename to python/ch_02_Doorbell.py diff --git a/python/Project_02_Shoutometer.py b/python/ch_02_Shoutometer.py similarity index 100% rename from python/Project_02_Shoutometer.py rename to python/ch_02_Shoutometer.py