Skip to content

Commit

Permalink
HTTP -> HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Aug 23, 2021
1 parent c6e876f commit 1c02988
Show file tree
Hide file tree
Showing 99 changed files with 858 additions and 858 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Documentation content licensing:
in the Creative Commons Attribution 3.0 License or later. A copy of
the Creative Commons Attribution 3.0 license is distributed with this
manual. The latest version is presently available at »
http://creativecommons.org/licenses/by/3.0/.
https://creativecommons.org/licenses/by/3.0/.

If you are interested in redistribution or republishing of this
document in whole or in part, either modified or unmodified, and you
Expand Down
4 changes: 2 additions & 2 deletions RFC/coding_standards
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GENERAL:

References: http://pear.php.net/manual/en/standards.php
http://www.php.net/manual/howto/
References: https://pear.php.net/manual/en/standards.php
https://www.php.net/manual/howto/

Examples need to be clear and simple, but should show the possibilities and
usage of the functions used. Only use OOP features where you would like to
Expand Down
6 changes: 3 additions & 3 deletions RFC/schema/docbook.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns:docbook="https://docbook.org/ns/docbook">
<xs:import namespace="https://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
<xs:import namespace="https://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xs:attributeGroup name="db.common.attributes">
<xs:attribute ref="xml:id"/>
<xs:attribute name="version"/>
Expand Down
14 changes: 7 additions & 7 deletions RFC/schema/phd.xsd
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE xsd:schema PUBLIC "-//W3C//DTD XMLSCHEMA 2000102//EN" "http://www.w3.org/2001/XMLSchema.dtd" [
<!DOCTYPE xsd:schema PUBLIC "-//W3C//DTD XMLSCHEMA 2000102//EN" "https://www.w3.org/2001/XMLSchema.dtd" [

<!ENTITY % xs-datatypes PUBLIC 'datatypes' 'http://www.w3.org/2001/datatypes.dtd'>
<!ENTITY % xs-datatypes PUBLIC 'datatypes' 'https://www.w3.org/2001/datatypes.dtd'>
<!ENTITY % p 'xsd:'>
<!ENTITY % s ':xsd'>
<!ENTITY % schemaAttrs 'xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
xmlns:docbook CDATA #FIXED "http://docbook.org/ns/docbook"'>
<!ENTITY % schemaAttrs 'xmlns:xlink CDATA #FIXED "https://www.w3.org/1999/xlink"
xmlns:docbook CDATA #FIXED "https://docbook.org/ns/docbook"'>

]>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:docbook="http://docbook.org/ns/docbook"
<xsd:schema xmlns:xsd="https://www.w3.org/2001/XMLSchema"
xmlns:xlink="https://www.w3.org/1999/xlink"
xmlns:docbook="https://docbook.org/ns/docbook"
blockDefault="#all"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
Expand Down
2 changes: 1 addition & 1 deletion RFC/schema/xlink.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://www.w3.org/1999/xlink" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns:docbook="https://docbook.org/ns/docbook">
<xs:attribute name="href"/>
<xs:attribute name="type"/>
<xs:attribute name="role"/>
Expand Down
2 changes: 1 addition & 1 deletion RFC/schema/xml.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/XML/1998/namespace" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:docbook="http://docbook.org/ns/docbook">
<xs:schema xmlns:xs="https://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="https://www.w3.org/XML/1998/namespace" xmlns:xlink="https://www.w3.org/1999/xlink" xmlns:docbook="https://docbook.org/ns/docbook">
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="lang"/>
<xs:attribute name="base"/>
Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/book.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.extname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<book xml:id="book.extname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
<title>Extname</title>
<titleabbrev>Extname...</titleabbrev>

Expand Down
18 changes: 9 additions & 9 deletions RFC/skeletons/classname.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:classref xml:id="class.classname"
xmlns:phpdoc="http://php.net/ns/phpdoc"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns="http://docbook.org/ns/docbook">
xmlns:phpdoc="https://php.net/ns/phpdoc"
xmlns:xlink="https://www.w3.org/1999/xlink"
xmlns:xi="https://www.w3.org/2001/XInclude"
xmlns="https://docbook.org/ns/docbook">
<title>The ClassName class</title>
<titleabbrev>ClassName</titleabbrev>

Expand Down Expand Up @@ -57,24 +57,24 @@
-->

<!-- If properties are documented "as a method", use this
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis)" />
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:fieldsynopsis)" />
-->

<!-- Edit the classname below -->
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])">
<xi:fallback />
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])">
<xi:fallback />
</xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.classname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
<xi:fallback />
</xi:include>

<!-- If the class extends a class use this. Repeat the <xi:include> tag for all the parent classes in the event of multiple extensions; i.e. class XYZ extends class XY and class XY extends class X
<classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.baseclassname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural') and not(modifier='private')])" />
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.baseclassname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural') and not(modifier='private')])" />
</classsynopsis>
-->
<!-- }}} -->
Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/configure.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="extname.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<section xml:id="extname.installation" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
&reftitle.install;

<!-- If the extension doesn't need to be installed (built-in extension) use this entity -->
Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/constants.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<appendix xml:id="extname.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<appendix xml:id="extname.constants" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
&reftitle.constants;
&extension.constants;

Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/examples.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="extname.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<chapter xml:id="extname.examples" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
&reftitle.examples;

<!-- Add one or more of these <section>'s, with one ore more <example>'s -->
Expand Down
14 changes: 7 additions & 7 deletions RFC/skeletons/exceptionname.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:exceptionref xml:id="class.exceptionname"
xmlns:phpdoc="http://php.net/ns/phpdoc"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns="http://docbook.org/ns/docbook">
xmlns:phpdoc="https://php.net/ns/phpdoc"
xmlns="https://docbook.org/ns/docbook"
xmlns:xlink="https://www.w3.org/1999/xlink"
xmlns:xi="https://www.w3.org/2001/XInclude"
xmlns="https://docbook.org/ns/docbook">
<title>The ExceptionName class</title>
<titleabbrev>ExceptionName</titleabbrev>

Expand Down Expand Up @@ -44,11 +44,11 @@

<!-- Comment this section out if the exception does not contain any methods -->
<classsynopsisinfo role="comment">Methods</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exceptionname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.exceptionname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />

<!-- If the exception extends another exception use this
<classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.baseexceptionname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.baseexceptionname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
-->
<!-- }}} -->
Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/function.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="function.func-name" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xml:id="function.func-name" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
<refnamediv>
<refname>func_name</refname>
<refpurpose>The func_name purpose</refpurpose>
Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/ini.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="extname.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<section xml:id="extname.configuration" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
&reftitle.runtime;
&extension.runtime;

Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/method.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="classname.methodname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xml:id="classname.methodname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
<refnamediv>
<!-- If this is a method, use this -->
<refname>ClassName::methodName</refname>
Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/reference.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<reference xml:id="ref.extname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<reference xml:id="ref.extname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
<title>Extname &Functions;</title>
<titleabbrev>Extname</titleabbrev>

Expand Down
2 changes: 1 addition & 1 deletion RFC/skeletons/setup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<chapter xml:id="extname.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<chapter xml:id="extname.setup" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
&reftitle.setup;

<!-- {{{ Requirements -->
Expand Down
2 changes: 1 addition & 1 deletion RFC/test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $HeadURL$
$URL$
-->

<chapter xml:id="test.ignored" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<chapter xml:id="test.ignored" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
<title>An XML file that is meant to be ignored</title>
<section xml:id="test.ignored.section">
<title>Testing</title>
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ GENERAL:
example, make sure a function exists.

BUGS
- Open: http://bit.ly/phpdocbugs
- Open: https://bit.ly/phpdocbugs
4 changes: 2 additions & 2 deletions chm/chm_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// Array to manual code -> HTML Help Code conversion
// Code list: http://www.helpware.net/htmlhelp/hh_info.htm
// Charset list: http://www.microsoft.com/globaldev/nlsweb/default.asp
// Language code: http://www.unicode.org/unicode/onlinedat/languages.html
// MIME preferred charset list: http://www.iana.org/assignments/character-sets
// Language code: https://www.unicode.org/unicode/onlinedat/languages.html
// MIME preferred charset list: https://www.iana.org/assignments/character-sets
// Font list: http://www.microsoft.com/office/ork/xp/three/inte03.htm

$LANGUAGES = array(
Expand Down
4 changes: 2 additions & 2 deletions chm/make_chm.README
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ WHAT YOU NEED

Microsoft(r) HTML Help Workshop.
You can download it freely at:
http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp
https://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp
You need the complete workshop package install (about 4 Megs).
Of course you need Microsoft(r) Windows to run that software :)

The html manual. You have two alternatives:

a) Download the actual html manual from
http://www.php.net/download-docs.php
https://www.php.net/download-docs.php
and untar the distribution into a directory
b) Build the html manual yourself using Jade and the other
tools needed (look into the HOWTO to see how to build it yourself)
Expand Down
4 changes: 2 additions & 2 deletions configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| This source file is subject to version 3.0 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_0.txt. |
| https://www.php.net/license/3_0.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
Expand Down Expand Up @@ -503,7 +503,7 @@ function generate_sources_file() // {{{
// Reject 'old' LibXML installations, due to LibXML feature #502960 {{{
if (version_compare(LIBXML_DOTTED_VERSION, '2.7.4', '<') && $ac['LIBXML_CHECK'] === 'yes') {
echo "LibXML 2.7.4+ added a 'feature' to break things, typically namespace related, and unfortunately we must require it.\n";
echo "For a few related details, see: http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg777646.html\n";
echo "For a few related details, see: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg777646.html\n";
echo "Please recompile PHP with a LibXML version 2.7.4 or greater. Version detected: " . LIBXML_DOTTED_VERSION . "\n";
echo "Or, pass in --disable-libxml-check if doing so feels safe.\n\n";
#exit(100);
Expand Down
2 changes: 1 addition & 1 deletion developer.template.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

]>

<set xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="index" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<set xmlns="https://docbook.org/ns/docbook" version="5.0" xml:id="index" xml:lang="en" xmlns:xlink="https://www.w3.org/1999/xlink">
<title>Developers preview</title>
&developer.include.file;
</set>
2 changes: 1 addition & 1 deletion docbook/docbook-xml/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ README for the DocBook XML DTD

For more information about DocBook, please see

http://www.oasis-open.org/docbook/
https://www.oasis-open.org/docbook/

Please send all questions, comments, concerns, and bug reports to the
DocBook mailing list: docbook@lists.oasis-open.org
2 changes: 1 addition & 1 deletion docbook/docbook-xml/calstblx.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

Please direct all questions, bug reports, or suggestions for
changes to the docbook@lists.oasis-open.org mailing list. For more
information, see http://www.oasis-open.org/docbook/.
information, see https://www.oasis-open.org/docbook/.
-->

<!-- ...................................................................... -->
Expand Down
8 changes: 4 additions & 4 deletions docbook/docbook-xml/catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

<!-- Please direct all questions, bug reports, or suggestions for
changes to the docbook@lists.oasis-open.org mailing list. For more
information, see http://www.oasis-open.org/.
information, see https://www.oasis-open.org/.
-->

<!-- This is the catalog data file for DocBook V4.5. It is provided as
a convenience in building your own catalog files. You need not use
the filenames listed here, and need not use the filename method of
identifying storage objects at all. See the documentation for
detailed information on the files associated with the DocBook DTD.
See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
See XML Catalogs at https://www.oasis-open.org/committees/entity/ for
detailed information on supplying and using catalog data.
-->

Expand All @@ -25,10 +25,10 @@
<public publicId="-//OASIS//DTD DocBook XML V4.5//EN"
uri="docbookx.dtd"/>

<system systemId="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
<system systemId="https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
uri="docbookx.dtd"/>

<system systemId="http://docbook.org/xml/4.5/docbookx.dtd"
<system systemId="https://docbook.org/xml/4.5/docbookx.dtd"
uri="docbookx.dtd"/>

<!-- ...................................................................... -->
Expand Down
2 changes: 1 addition & 1 deletion docbook/docbook-xml/dbcentx.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Please direct all questions, bug reports, or suggestions for
changes to the docbook@lists.oasis-open.org mailing list. For more
information, see http://www.oasis-open.org/docbook/.
information, see https://www.oasis-open.org/docbook/.
-->

<!-- ...................................................................... -->
Expand Down
2 changes: 1 addition & 1 deletion docbook/docbook-xml/dbhierx.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Please direct all questions, bug reports, or suggestions for
changes to the docbook@lists.oasis-open.org mailing list. For more
information, see http://www.oasis-open.org/docbook/.
information, see https://www.oasis-open.org/docbook/.
-->

<!-- ...................................................................... -->
Expand Down
Loading

0 comments on commit 1c02988

Please sign in to comment.