summaryrefslogtreecommitdiff
path: root/chunked/ch36.html
diff options
context:
space:
mode:
Diffstat (limited to 'chunked/ch36.html')
-rw-r--r--chunked/ch36.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/chunked/ch36.html b/chunked/ch36.html
index ce8f0e1..c2af40f 100644
--- a/chunked/ch36.html
+++ b/chunked/ch36.html
@@ -15,7 +15,7 @@ Assign the <code class="literal">gq}</code> command to the Q key with the <code
Put <code class="literal">set</code> commands in your <code class="literal">~/.vimrc</code> file so you don’t have to
enter them manually.
</li><li class="listitem">
-The Vim website (<a class="ulink" href="http://www.vim.org" target="_top">http://www.vim.org</a>) has a wealth of resources,
+The Vim website (<a class="ulink" href="https://www.vim.org/" target="_top">https://www.vim.org/</a>) has a wealth of resources,
including scripts for automated spell checking and ASCII Art
drawing.
</li></ul></div></td></tr></table></div></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_format_lists"></a>36.2.2. Format Lists</h3></div></div></div><p>The <code class="literal">gq</code> command can also be used to format bulleted, numbered and
@@ -161,8 +161,8 @@ Change the indentation and layout of configuration file markup
template sections. The <code class="literal">{empty}</code> attribute is useful for outputting
trailing blank lines in markup templates.
</li><li class="listitem"><p class="simpara">
-Use Dave Raggett’s <a class="ulink" href="http://tidy.sourceforge.net/" target="_top">HTML Tidy</a> program
- to tidy asciidoc(1) output. Example:
+Use <a class="ulink" href="https://www.html-tidy.org/" target="_top">HTML Tidy</a> program to tidy
+ asciidoc(1) output. Example:
</p><pre class="literallayout">$ asciidoc -b docbook -o - mydoc.txt | tidy -indent -xml &gt;mydoc.xml</pre></li><li class="listitem"><p class="simpara">
Use the <code class="literal">xmllint(1)</code> format option. Example:
</p><pre class="literallayout">$ xmllint --format mydoc.xml</pre></li></ol></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="_supporting_minor_docbook_dtd_variations"></a>36.10. Supporting minor DocBook DTD variations</h2></div></div></div><p>The conditional inclusion of DocBook SGML markup at the end of the
@@ -211,6 +211,6 @@ $ xmllint --nonet --noout --valid --html html4-file.html</pre><p>The <code class
type’s DTD, if the DTD is not installed in your system’s catalog then
it will be fetched from its Internet location. If you omit the
<code class="literal">--valid</code> option the document will only be checked that it is well
-formed.</p><p>The online <a class="ulink" href="http://validator.w3.org/#validate_by_uri+with_options" target="_top">W3C
+formed.</p><p>The online <a class="ulink" href="https://validator.w3.org/#validate_by_uri+with_options" target="_top">W3C
Markup Validation Service</a> is the defacto standard when it comes to
validating HTML (it validates all HTML standards including HTML5).</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch35.html"><img src="images/icons/prev.png" alt="Prev" /></a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="go01.html"><img src="images/icons/next.png" alt="Next" /></a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html"><img src="images/icons/home.png" alt="Home" /></a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html> \ No newline at end of file