instructor.md: Update hello path with deeper hello/hello nesting
authorW. Trevor King <wking@tremily.us>
Thu, 24 Oct 2013 03:05:40 +0000 (20:05 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 24 Oct 2013 15:44:58 +0000 (08:44 -0700)
The hello script is at .../exercises/hello/hello now, not
.../exercises/hello, because .../exercises/hello is the submodule
directory.

instructor.md

index 9333979cdd866bd813ed6cae7d51712eeac95d71..ce145d2c8e8ea48fe4613e1cfe61c3994954fdaa 100644 (file)
@@ -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