WSDG: Fix a couple of links.
authorGerald Combs <gerald@wireshark.org>
Tue, 26 Jun 2018 22:00:54 +0000 (15:00 -0700)
committerGerald Combs <gerald@wireshark.org>
Tue, 26 Jun 2018 22:19:57 +0000 (22:19 +0000)
Change-Id: I6f96ac45cd3cd4f992c11dea0f0aff6df2a2bff8
Reviewed-on: https://code.wireshark.org/review/28469
Reviewed-by: Gerald Combs <gerald@wireshark.org>
docbook/wsdg_src/WSDG_chapter_tools.asciidoc

index 736110ca878496642fa566371139bf06ba4188f8..aaa50d1754f2ac076675b60c124c6313e323ae03 100644 (file)
@@ -589,7 +589,7 @@ Release notes text:: Asciidoctor → _HTML_ → html2text.py
 
 ==== Asciidoctor
 
-Asciidoctor[https://asciidoctor.org/] comes in several flavors: a Ruby
+https://asciidoctor.org/[Asciidoctor] comes in several flavors: a Ruby
 gem (Asciidoctor), a Java bundle (AsciidoctorJ), and transpiled
 JavaScript (Asciidoctor.js). Only the Asciidoctor and AsciidoctorJ
 flavors are supported for building the Wireshark documentation and
@@ -598,7 +598,7 @@ AsciidoctorJ is recommended.
 The guides and release notes were originally written in DocBook (hence
 the directory name). They were later converted to AsciiDoc and then
 migrated to Asciidoctor.
-`compat-mode`[https://asciidoctor.org/docs/migration/] is currently
+https://asciidoctor.org/docs/migration/[`compat-mode`] is currently
 enabled for the guides, but we are steadily migrating to Asciidoctor’s
 modern (>= 1.5.0) syntax.