From 26bd5d5bc82b5d85dabd0257b97145900a80cd5c Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Mon, 22 Oct 2018 23:23:07 +0300 Subject: [PATCH] change: first sections readme --- first/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/first/README.md b/first/README.md index 8377c32..c382d6a 100644 --- a/first/README.md +++ b/first/README.md @@ -8,12 +8,12 @@ So, you can find the lecture files in the same place as they are explained in th **For the first part of the course; only the following directories contains exercises and quizzes.** -01-get-started/ +* [01-get-started/](https://github.com/inancgumus/learngo/tree/master/01-get-started) -02-write-your-first-program/ +* [02-write-your-first-program/](https://github.com/inancgumus/learngo/tree/master/02-write-your-first-program) -03-packages-and-scopes/ +* [03-packages-and-scopes/](https://github.com/inancgumus/learngo/tree/master/03-packages-and-scopes) -04-statements-expressions-comments/ +* [04-statements-expressions-comments/](https://github.com/inancgumus/learngo/tree/master/04-statements-expressions-comments) -05-write-your-first-library-package/ +* [05-write-your-first-library-package/](https://github.com/inancgumus/learngo/tree/master/05-write-your-first-library-package)