[dpdk-dev] doc: fix pdf build warning

Message ID 1444654480-25020-1-git-send-email-john.mcnamara@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

John McNamara Oct. 12, 2015, 12:54 p.m. UTC
  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 <john.mcnamara@intel.com>
---
 doc/guides/contributing/documentation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Van Haaren, Harry Oct. 23, 2015, 4:10 p.m. UTC | #1
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara
> Sent: Monday, October 12, 2015 1:55 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] 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 <john.mcnamara@intel.com>

Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
  
Thomas Monjalon Oct. 26, 2015, 2:21 p.m. UTC | #2
> > 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 <john.mcnamara@intel.com>
> 
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>

Applied, thanks
  

Patch

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 <inkscape.org>`_ is the recommended graphics editor for creating the images.
+* `Inkscape <http://inkscape.org>`_ 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``.