From a741c00a0874327bdd05bb94fabf96550baefd5a Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 20 Jun 2017 13:43:52 -0700 Subject: [PATCH] doc: fix references to moved files Some recent PRs moved sample files to a new location Signed-off-by: David B. Kinder --- doc/application/application.rst | 2 +- samples/boards/arduino_101/environmental_sensing/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/application/application.rst b/doc/application/application.rst index def83f37388..e46d0ce9fc4 100644 --- a/doc/application/application.rst +++ b/doc/application/application.rst @@ -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 diff --git a/samples/boards/arduino_101/environmental_sensing/README.rst b/samples/boards/arduino_101/environmental_sensing/README.rst index 505b2c44b4e..899c792d189 100644 --- a/samples/boards/arduino_101/environmental_sensing/README.rst +++ b/samples/boards/arduino_101/environmental_sensing/README.rst @@ -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