From: John McNamara Date: Mon, 12 Oct 2015 12:54:40 +0000 (+0100) Subject: doc: fix pdf build warning X-Git-Tag: spdx-start~8361 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=88284dcc68859e94229eb15ea376f5599f10b4fe;p=dpdk.git doc: fix pdf build warning Fix a pdf doc build warning where a link wasn't recognised: doc/guides/contributing/documentation.rst:: WARNING: unusable reference target found: inkscape.org Signed-off-by: John McNamara Acked-by: Harry van Haaren --- diff --git a/doc/guides/contributing/documentation.rst b/doc/guides/contributing/documentation.rst index 7c1eb410a1..7f5f061744 100644 --- a/doc/guides/contributing/documentation.rst +++ b/doc/guides/contributing/documentation.rst @@ -477,7 +477,7 @@ Images * The DPDK documentation contains some legacy images in PNG format. These will be converted to SVG in time. -* `Inkscape `_ is the recommended graphics editor for creating the images. +* `Inkscape `_ is the recommended graphics editor for creating the images. Use some of the older images in ``doc/guides/prog_guide/img/`` as a template, for example ``mbuf1.svg`` or ``ring-enqueue.svg``.