diff --git a/README.md b/README.md index 82bd655..a48560a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ This repository contains the teaching material and notes for the UNIX-based (bas ## Planning for current class This class is conducted mostly extemporaneously typing and executing commands (live) in the class while explaining them. Following links provide a good starting point for basic concepts and commands: -* [Week 1 Reading](https://github.com/HackYourFuture/CommandLine/blob/master/Week1/Lecture.md) -* [Week 2 Reading](https://github.com/HackYourFuture/CommandLine/blob/master/Week2/Lecture.md) +* [Week 1 Reading](https://github.com/FooCoding/CommandLine/blob/master/Week1/Lecture.md) +* [Week 2 Reading](https://github.com/FooCoding/CommandLine/blob/master/Week2/Lecture.md) ## Learning goals for this module * To know the terminal/bash/command line for UNIX based systems. @@ -14,3 +14,6 @@ This class is conducted mostly extemporaneously typing and executing commands (l * Copy, rename and move files with terminal commands. * Learn output redirection, piping on the terminal. * Write basic shell scripts to ease the programming life. + +--- +Credit goes to [HackYourFuture](https://github.com/HackYourFuture) which this is based upon.