From: W. Trevor King Date: Thu, 24 Oct 2013 03:05:40 +0000 (-0700) Subject: instructor.md: Update hello path with deeper hello/hello nesting X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6ea8efab86981e990d58c70256a277a6a80e0384;p=swc-workshop.git instructor.md: Update hello path with deeper hello/hello nesting The hello script is at .../exercises/hello/hello now, not .../exercises/hello, because .../exercises/hello is the submodule directory. --- diff --git a/instructor.md b/instructor.md index 9333979..ce145d2 100644 --- a/instructor.md +++ b/instructor.md @@ -216,7 +216,7 @@ navigating to a different directory. * Give a path with `./hello`. Success! * Something that `.` is useful for! * `/home/…/boot-camps/…/hello` - * `../exercises/hello` + * `../exercises/hello/hello` * Only get `PATH` lookups when there aren't any `/` in your command. ## Examining Files