From mboxrd@z Thu Jan 1 00:00:00 1970 From: John McNamara Subject: [PATCH] doc: fix pdf build warning Date: Mon, 12 Oct 2015 13:54:40 +0100 Message-ID: <1444654480-25020-1-git-send-email-john.mcnamara@intel.com> To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id F3C4C8E95 for ; Mon, 12 Oct 2015 14:54:46 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- doc/guides/contributing/documentation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/contributing/documentation.rst b/doc/guides/contributing/documentation.rst index 7c1eb41..7f5f061 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``. -- 1.8.1.4