From 1069d47c83d52e0e993eaabc75c31b32733eff65 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 7 Oct 2019 13:58:58 +0100 Subject: [PATCH] Fix broken image link --- en/step_6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/step_6.md b/en/step_6.md index 4e6f94a..2b1d6b9 100644 --- a/en/step_6.md +++ b/en/step_6.md @@ -33,7 +33,7 @@ The `recognise text … (label)` block is a new block added by your project. Thi --- task --- + Click the **green flag** to test again. -![Testing new code from previous instruction](images/test-with-new-blocks-annotated) +![Testing new code from previous instruction](images/test-with-new-blocks-annotated.png) + Test your project: type a command and press Enter on your keyboard. The fan or lamp should react to your command. @@ -46,4 +46,4 @@ Now your Scratch smart virtual classroom uses a machine learning model instead o Using machine learning is better than using rules, because training a program to recognise commands for itself is much quicker than trying to make a list of every possible command. -The more examples you use to train the machine learning model, the better your program should get at recognising commands. \ No newline at end of file +The more examples you use to train the machine learning model, the better your program should get at recognising commands.