From f3a23a6b469efe96b9e2989f0fcab5c721873ae0 Mon Sep 17 00:00:00 2001 From: Martin Kaiser Date: Mon, 29 May 2017 22:52:02 +0200 Subject: [PATCH] WSDG: trivial: fix a link Asciidoc will just create a link from a URL that appears in the text. If we want the link to appear as an address without a description, there's no need to add an empty description. We should, however, have a space behind the link to separate it from the text that follows. Change-Id: Ic01b1dbbea922d785776f1965481ed58f389e30a Reviewed-on: https://code.wireshark.org/review/21789 Reviewed-by: Martin Kaiser Petri-Dish: Martin Kaiser Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- docbook/wsdg_src/WSDG_chapter_sources.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc index c7ce80514d..c63865ebf6 100644 --- a/docbook/wsdg_src/WSDG_chapter_sources.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_sources.asciidoc @@ -989,7 +989,7 @@ the binary packages are made. The Debian Package is built using dpkg-buildpackage, based on information found in the source tree under _debian_. See -http://www.debian-administration.org/articles/336[]for a +http://www.debian-administration.org/articles/336 for a more in-depth discussion of the build process.