doc: fix link in release notes
authorJerin Jacob <jerinj@marvell.com>
Fri, 2 Aug 2019 05:52:45 +0000 (11:22 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 2 Aug 2019 19:58:59 +0000 (21:58 +0200)
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: 473c88f9b391 ("drivers/raw: remove rawdev from directory names")

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/rel_notes/release_18_05.rst

index 3413d8d..2b1bb06 100644 (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).**