mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
Use HTTPS URLs where possible in documentation, change from libexpat.org to libexpat.github.io.
This commit is contained in:
parent
2aa28e2572
commit
c7fbfa0c1a
1 changed files with 5 additions and 5 deletions
|
@ -68,11 +68,11 @@ Working Group at W3C that produced the XML specification.</p>
|
|||
|
||||
<p>This is free software, licensed under the <a
|
||||
href="../COPYING">MIT/X Consortium license</a>. You may download it
|
||||
from <a href="http://www.libexpat.org/">the Expat home page</a>.
|
||||
from <a href="https://libexpat.github.io/">the Expat home page</a>.
|
||||
</p>
|
||||
|
||||
<p>The bulk of this document was originally commissioned as an article
|
||||
by <a href="http://www.xml.com/">XML.com</a>. They graciously allowed
|
||||
by <a href="https://www.xml.com/">XML.com</a>. They graciously allowed
|
||||
Clark Cooper to retain copyright and to distribute it with Expat.
|
||||
This version has been substantially extended to include documentation
|
||||
on features which have been added since the original article was
|
||||
|
@ -305,7 +305,7 @@ shoveling the document to the parser so that it can do its work.</p>
|
|||
|
||||
<p>The Expat distribution comes as a compressed (with GNU gzip) tar
|
||||
file. You may download the latest version from <a href=
|
||||
"http://sourceforge.net/projects/expat/" >Source Forge</a>. After
|
||||
"https://sourceforge.net/projects/expat/" >Source Forge</a>. After
|
||||
unpacking this, cd into the directory. Then follow either the Win32
|
||||
directions or Unix directions below.</p>
|
||||
|
||||
|
@ -374,7 +374,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold</a></code> available.</d
|
|||
|
||||
<dt>XML_NS</dt>
|
||||
<dd>When defined, support for the <cite><a href=
|
||||
"http://www.w3.org/TR/REC-xml-names/" >Namespaces in XML</a></cite>
|
||||
"https://www.w3.org/TR/REC-xml-names/" >Namespaces in XML</a></cite>
|
||||
specification is included.</dd>
|
||||
|
||||
<dt>XML_UNICODE</dt>
|
||||
|
@ -799,7 +799,7 @@ has already been passed into the parser. Applications for this
|
|||
include</p>
|
||||
|
||||
<ul>
|
||||
<li>Supporting the <a href= "http://www.w3.org/TR/xinclude/"
|
||||
<li>Supporting the <a href= "https://www.w3.org/TR/xinclude/"
|
||||
>XInclude</a> specification.</li>
|
||||
|
||||
<li>Delaying further processing until additional information is
|
||||
|
|
Loading…
Add table
Reference in a new issue