From e2f038c82d6d394c7f2b19d62aacf27f627d1aa0 Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Mon, 10 Aug 2026 18:58:08 +0200 Subject: [PATCH] Link to specific section of Instructor Notes page --- episodes/02-navigating-the-filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.