diff --git a/episodes/02-navigating-the-filesystem.md b/episodes/02-navigating-the-filesystem.md index 65ba18d2..dac825bc 100644 --- a/episodes/02-navigating-the-filesystem.md +++ b/episodes/02-navigating-the-filesystem.md @@ -23,7 +23,7 @@ We will begin with the basics of navigating the Unix shell. :::: instructor -For notes about OneDrive, see instructor notes. +For notes about OneDrive, see [the Instructor Notes](instructors/instructor-notes.md#windows-onedrive-notes). :::: Let's start by opening the shell. This likely results in seeing a black or white window with a cursor flashing next to a dollar sign. This is our command line, and the `$` is the command **prompt** to show that the system is ready for our input. The appearance of the prompt will vary from system to system, depending on how the set up has been configured. Other common prompts include the `%` or `#` signs, but we will use `$` in this lesson to represent the prompt generally.