doc: move kernel_v2 to kernel

Change-Id: I6caa94bc1a3d1986966652cd0a24bf22f3697481
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-12-22 08:24:02 -05:00 committed by Anas Nashif
commit ebe9771d02
40 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ Kernel APIs
########### ###########
This section contains APIs for the kernel's core services, This section contains APIs for the kernel's core services,
as described in the :ref:`kernel_v2`. as described in the :ref:`kernel`.
.. important:: .. important::
Unless otherwise noted these APIs can be used by threads, but not by ISRs. Unless otherwise noted these APIs can be used by threads, but not by ISRs.

View file

@ -31,7 +31,7 @@ Sections
introduction/introducing_zephyr.rst introduction/introducing_zephyr.rst
getting_started/getting_started.rst getting_started/getting_started.rst
board/board.rst board/board.rst
kernel_v2/kernel.rst kernel/kernel.rst
drivers/drivers.rst drivers/drivers.rst
subsystems/subsystems.rst subsystems/subsystems.rst
api/api.rst api/api.rst

View file

@ -1,4 +1,4 @@
.. _kernel_v2: .. _kernel:
Zephyr Kernel Primer (version 2) Zephyr Kernel Primer (version 2)
################################ ################################