doc: fix broken link to nanokernel fibers

Original link "fiber services" does not exist, so renamed to the one
at the head of "nanokernel_fibers.rst".

Change-Id: I39c89e5dbe9b8d0462eb2aa8d84db65b22625fdc
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-06-14 16:08:00 -07:00 committed by Anas Nashif
parent e546038cc2
commit 0eb6a42a55

View file

@ -114,7 +114,7 @@ to a fiber or task.
The :c:func:`nano_isr_XXX()` APIs should be used to notify the helper fiber
(or task) that work is available for it.
See :ref:`fiber_services`.
See :ref:`nanokernel_fibers`.
2. An ISR can signal the microkernel server fiber to do interrupt-related
work by sending an event that has an associated event handler.