doc: fix references to moved files

Some recent PRs moved sample files to a new location

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2017-06-20 13:43:52 -07:00 committed by Anas Nashif
commit a741c00a08
2 changed files with 2 additions and 2 deletions

View file

@ -590,7 +590,7 @@ The following variables are recommended for use within the third-party build
* All kconfig variables, allowing features of the library code to be
enabled/disabled automatically based on the Zephyr kernel configuration.
:file:`samples/static_lib` is a sample project that demonstrates
:file:`samples/application_development/static_lib` is a sample project that demonstrates
some of these features.
Build an Application

View file

@ -110,7 +110,7 @@ The sample provide a single :file:`Makefile` that builds both images, simple run
make in the top level directory of the application and flash either using JTAG
or using DFU. (DFU is preferred).
The sample can be found here: :file:`samples/environmental_sensing` in the
The sample can be found here: :file:`samples/boards/arduino_101/environmental_sensing` in the
Zephyr project tree.
.. code-block:: console