doc : getting_started : correct path

The path to the sample applications is a mis-match of previous and the
current values.  Correcting it to represent the new value.

Change-Id: I54ffe823335b95f1076b1346d149b359b4f2e7bd
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2016-02-23 14:09:41 -08:00 committed by Daniel Kalowsky
commit 8d0129656c
2 changed files with 4 additions and 4 deletions

View file

@ -52,8 +52,8 @@ architecture:
$ make help
The sample projects for the microkernel and the nanokernel are found
at :file:`$ZEPHYR_BASE/samples/microkernel/apps` and
:file:`$ZEPHYR_BASE/samples/nanokernel/apps` respectively.
at :file:`$ZEPHYR_BASE/samples` with each sample having a microkernel
and nanokernel specific build.
After building an application successfully, the results can be found in the
:file:`outdir` sub-directory under the application root directory.