doc: fix broken references to zephyr files

The zephyr-file role creates a link to the GitHub copy of a file.  Some
files have been moved so update the file references in the documentation
(found by scanning for uses of :zephyr-file:)

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-06-17 16:41:41 -07:00 committed by Anas Nashif
commit db60d4919a
2 changed files with 4 additions and 3 deletions

View file

@ -19,8 +19,8 @@ There are two sub configurations in board:
* nsim_sem which includes secure em features and ARC MPUv3 * nsim_sem which includes secure em features and ARC MPUv3
For detailed arc features, please refer to For detailed arc features, please refer to
:zephyr_file:`boards/arc/nsim_em/support/nsim.props` and :zephyr_file:`boards/arc/nsim/support/nsim_em.props` and
:zephyr_file:`boards/arc/nsim_em/support/nsim_sem.props`. :zephyr_file:`boards/arc/nsim/support/nsim_sem.props`.
Hardware Hardware

View file

@ -26,7 +26,8 @@ systems.
The management subsystem is split in two different locations in the Zephyr tree: The management subsystem is split in two different locations in the Zephyr tree:
* :zephyr_file:`ext/lib/mgmt/mcumgr/` contains a clean import of the MCUmgr project * `zephyrproject-rtos/mcumgr repo <https://github.com/zephyrproject-rtos/mcumgr>`_
contains a clean import of the MCUmgr project
* :zephyr_file:`subsys/mgmt/` contains the Zephyr-specific bindings to MCUmgr * :zephyr_file:`subsys/mgmt/` contains the Zephyr-specific bindings to MCUmgr
Additionally there is a :ref:`sample <smp_svr_sample>` that provides management Additionally there is a :ref:`sample <smp_svr_sample>` that provides management