From 06eb36a43c64880e5ea8a838c116b21156d27ad3 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Thu, 22 Nov 2018 15:12:25 +0300 Subject: [PATCH] fix: links in type conversion exercises readme --- 06-variables/05-type-conversion/exercises/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/06-variables/05-type-conversion/exercises/README.md b/06-variables/05-type-conversion/exercises/README.md index 02bdf0d..56b884d 100644 --- a/06-variables/05-type-conversion/exercises/README.md +++ b/06-variables/05-type-conversion/exercises/README.md @@ -4,10 +4,10 @@ Here are 5 exercises for you. You must find the errors and then fix them using t 1. **[Convert and Fix #1](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/01-convert-and-fix)** -2. **[Convert and Fix #2](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/01-convert-and-fix-2)** +2. **[Convert and Fix #2](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/02-convert-and-fix-2)** -3. **[Convert and Fix #3](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/01-convert-and-fix-3)** +3. **[Convert and Fix #3](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/03-convert-and-fix-3)** -4. **[Convert and Fix #4](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/01-convert-and-fix-4)** +4. **[Convert and Fix #4](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/04-convert-and-fix-4)** -5. **[Convert and Fix #5](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/01-convert-and-fix-5)** +5. **[Convert and Fix #5](https://github.com/inancgumus/learngo/tree/master/06-variables/05-type-conversion/exercises/05-convert-and-fix-5)**