doc: fix link in release notes

Fix the following doc build warning by correcting path.

doc/guides/rel_notes/release_18_05.rst:285:
WARNING: unknown document: ../rawdevs/ifpga_rawdev

Fixes: 473c88f9b3 ("drivers/raw: remove rawdev from directory names")

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
Jerin Jacob 2019-08-02 11:22:45 +05:30 committed by Thomas Monjalon
parent 0bbc72e599
commit 786e0c74e6

View File

@ -282,7 +282,7 @@ New Features
with OPAE (Open Programmable Acceleration Engine) shared code to provide common FPGA
management ops for FPGA operation.
See the :doc:`../rawdevs/ifpga_rawdev` programmer's guide for more details.
See the :doc:`../rawdevs/ifpga` programmer's guide for more details.
* **Added DPAA2 QDMA Driver (in rawdev).**