Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion episodes/02-navigating-the-filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down