summaryrefslogtreecommitdiff
path: root/docbook/asciidoc.conf
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-31 01:08:36 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-31 01:08:36 +0000
commit1ac9cf68a950e9361ed85404fb9490997b103b8c (patch)
tree47652a097d85219dae66124b1683dbaa7a6cc9b9 /docbook/asciidoc.conf
parentc0fcebb07a7246ba9c0dc565f3a8c32078d9bf0b (diff)
downloadwireshark-1ac9cf68a950e9361ed85404fb9490997b103b8c.tar.gz
Fix up some macros.
svn path=/trunk/; revision=52996
Diffstat (limited to 'docbook/asciidoc.conf')
-rw-r--r--docbook/asciidoc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/asciidoc.conf b/docbook/asciidoc.conf
index 687c0b5103..8b71374a08 100644
--- a/docbook/asciidoc.conf
+++ b/docbook/asciidoc.conf
@@ -32,7 +32,7 @@ ifdef::backend-docbook45[]
<ulink url="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id={target}">{0=Bug} {target}</ulink>
[ws-salink-inlinemacro]
-<ulink url="https://www.wireshark.org/security/wnpa-sec-{target}">{0=}wnpa-sec-{target}</ulink>
+<ulink url="https://www.wireshark.org/security/wnpa-sec-{target}.html">{0=}wnpa-sec-{target}</ulink>
[cve-idlink-inlinemacro]
<ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-{target}">CVE-{target}</ulink>
@@ -46,7 +46,7 @@ ifdef::backend-html4,backend-html5,backend-xhtml11[]
<a href="https://bugs.wireshark.org/bugzilla/show_bug.cgi?id={target}">{0=Bug} {target}</a>
[ws-salink-inlinemacro]
-<a href="https://www.wireshark.org/security/wnpa-sec-{target}">{0=}wnpa-sec-{target}</a>
+<a href="https://www.wireshark.org/security/wnpa-sec-{target}.html">{0=}wnpa-sec-{target}</a>
[cve-idlink-inlinemacro]
<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-{target}">CVE-{target}</a>