Skip to content

Commit 1c02988

Browse files
committed
HTTP -> HTTPS
1 parent c6e876f commit 1c02988

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+858
-858
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Documentation content licensing:
55
in the Creative Commons Attribution 3.0 License or later. A copy of
66
the Creative Commons Attribution 3.0 license is distributed with this
77
manual. The latest version is presently available at »
8-
http://creativecommons.org/licenses/by/3.0/.
8+
https://creativecommons.org/licenses/by/3.0/.
99

1010
If you are interested in redistribution or republishing of this
1111
document in whole or in part, either modified or unmodified, and you

Diff for: RFC/coding_standards

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GENERAL:
22

3-
References: http://pear.php.net/manual/en/standards.php
4-
http://www.php.net/manual/howto/
3+
References: https://pear.php.net/manual/en/standards.php
4+
https://www.php.net/manual/howto/
55

66
Examples need to be clear and simple, but should show the possibilities and
77
usage of the functions used. Only use OOP features where you would like to

Diff for: RFC/schema/docbook.xsd

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
4-
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
2+
<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">
3+
<xs:import namespace="https://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
4+
<xs:import namespace="https://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
55
<xs:attributeGroup name="db.common.attributes">
66
<xs:attribute ref="xml:id"/>
77
<xs:attribute name="version"/>

Diff for: RFC/schema/phd.xsd

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE xsd:schema PUBLIC "-//W3C//DTD XMLSCHEMA 2000102//EN" "http://www.w3.org/2001/XMLSchema.dtd" [
2+
<!DOCTYPE xsd:schema PUBLIC "-//W3C//DTD XMLSCHEMA 2000102//EN" "https://www.w3.org/2001/XMLSchema.dtd" [
33

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

1010
]>
11-
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
12-
xmlns:xlink="http://www.w3.org/1999/xlink"
13-
xmlns:docbook="http://docbook.org/ns/docbook"
11+
<xsd:schema xmlns:xsd="https://www.w3.org/2001/XMLSchema"
12+
xmlns:xlink="https://www.w3.org/1999/xlink"
13+
xmlns:docbook="https://docbook.org/ns/docbook"
1414
blockDefault="#all"
1515
elementFormDefault="qualified"
1616
attributeFormDefault="unqualified"

Diff for: RFC/schema/xlink.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<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">
33
<xs:attribute name="href"/>
44
<xs:attribute name="type"/>
55
<xs:attribute name="role"/>

Diff for: RFC/schema/xml.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<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">
33
<xs:attribute name="id" type="xs:ID"/>
44
<xs:attribute name="lang"/>
55
<xs:attribute name="base"/>

Diff for: RFC/skeletons/book.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<book xml:id="book.extname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<book xml:id="book.extname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
<title>Extname</title>
55
<titleabbrev>Extname...</titleabbrev>
66

Diff for: RFC/skeletons/classname.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
33
<phpdoc:classref xml:id="class.classname"
4-
xmlns:phpdoc="http://php.net/ns/phpdoc"
5-
xmlns:xlink="http://www.w3.org/1999/xlink"
6-
xmlns:xi="http://www.w3.org/2001/XInclude"
7-
xmlns="http://docbook.org/ns/docbook">
4+
xmlns:phpdoc="https://php.net/ns/phpdoc"
5+
xmlns:xlink="https://www.w3.org/1999/xlink"
6+
xmlns:xi="https://www.w3.org/2001/XInclude"
7+
xmlns="https://docbook.org/ns/docbook">
88
<title>The ClassName class</title>
99
<titleabbrev>ClassName</titleabbrev>
1010

@@ -57,24 +57,24 @@
5757
-->
5858

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

6363
<!-- Edit the classname below -->
6464
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
65-
<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')])">
65+
<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')])">
6666
<xi:fallback />
6767
</xi:include>
68-
<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')])">
68+
<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')])">
6969
<xi:fallback />
7070
</xi:include>
71-
<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')])">
71+
<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')])">
7272
<xi:fallback />
7373
</xi:include>
7474

7575
<!-- 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
7676
<classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo>
77-
<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')])" />
77+
<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')])" />
7878
</classsynopsis>
7979
-->
8080
<!-- }}} -->

Diff for: RFC/skeletons/configure.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<section xml:id="extname.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<section xml:id="extname.installation" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.install;
55

66
<!-- If the extension doesn't need to be installed (built-in extension) use this entity -->

Diff for: RFC/skeletons/constants.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<appendix xml:id="extname.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<appendix xml:id="extname.constants" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.constants;
55
&extension.constants;
66

Diff for: RFC/skeletons/examples.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<chapter xml:id="extname.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<chapter xml:id="extname.examples" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.examples;
55

66
<!-- Add one or more of these <section>'s, with one ore more <example>'s -->

Diff for: RFC/skeletons/exceptionname.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
33
<phpdoc:exceptionref xml:id="class.exceptionname"
4-
xmlns:phpdoc="http://php.net/ns/phpdoc"
5-
xmlns="http://docbook.org/ns/docbook"
6-
xmlns:xlink="http://www.w3.org/1999/xlink"
7-
xmlns:xi="http://www.w3.org/2001/XInclude"
8-
xmlns="http://docbook.org/ns/docbook">
4+
xmlns:phpdoc="https://php.net/ns/phpdoc"
5+
xmlns="https://docbook.org/ns/docbook"
6+
xmlns:xlink="https://www.w3.org/1999/xlink"
7+
xmlns:xi="https://www.w3.org/2001/XInclude"
8+
xmlns="https://docbook.org/ns/docbook">
99
<title>The ExceptionName class</title>
1010
<titleabbrev>ExceptionName</titleabbrev>
1111

@@ -44,11 +44,11 @@
4444

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

4949
<!-- If the exception extends another exception use this
5050
<classsynopsisinfo role="comment">Inherited methods</classsynopsisinfo>
51-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.baseexceptionname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
51+
<xi:include xpointer="xmlns(db=https://docbook.org/ns/docbook) xpointer(id('class.baseexceptionname')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
5252
</classsynopsis>
5353
-->
5454
<!-- }}} -->

Diff for: RFC/skeletons/function.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<refentry xml:id="function.func-name" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<refentry xml:id="function.func-name" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
<refnamediv>
55
<refname>func_name</refname>
66
<refpurpose>The func_name purpose</refpurpose>

Diff for: RFC/skeletons/ini.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<section xml:id="extname.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<section xml:id="extname.configuration" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.runtime;
55
&extension.runtime;
66

Diff for: RFC/skeletons/method.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<refentry xml:id="classname.methodname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<refentry xml:id="classname.methodname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
<refnamediv>
55
<!-- If this is a method, use this -->
66
<refname>ClassName::methodName</refname>

Diff for: RFC/skeletons/reference.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<reference xml:id="ref.extname" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<reference xml:id="ref.extname" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
<title>Extname &Functions;</title>
55
<titleabbrev>Extname</titleabbrev>
66

Diff for: RFC/skeletons/setup.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<chapter xml:id="extname.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<chapter xml:id="extname.setup" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
44
&reftitle.setup;
55

66
<!-- {{{ Requirements -->

Diff for: RFC/test.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $HeadURL$
1212
$URL$
1313
-->
1414

15-
<chapter xml:id="test.ignored" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
15+
<chapter xml:id="test.ignored" xmlns="https://docbook.org/ns/docbook" xmlns:xlink="https://www.w3.org/1999/xlink">
1616
<title>An XML file that is meant to be ignored</title>
1717
<section xml:id="test.ignored.section">
1818
<title>Testing</title>

Diff for: TODO

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ GENERAL:
3939
example, make sure a function exists.
4040

4141
BUGS
42-
- Open: http://bit.ly/phpdocbugs
42+
- Open: https://bit.ly/phpdocbugs

Diff for: chm/chm_settings.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// Array to manual code -> HTML Help Code conversion
55
// Code list: http://www.helpware.net/htmlhelp/hh_info.htm
66
// Charset list: http://www.microsoft.com/globaldev/nlsweb/default.asp
7-
// Language code: http://www.unicode.org/unicode/onlinedat/languages.html
8-
// MIME preferred charset list: http://www.iana.org/assignments/character-sets
7+
// Language code: https://www.unicode.org/unicode/onlinedat/languages.html
8+
// MIME preferred charset list: https://www.iana.org/assignments/character-sets
99
// Font list: http://www.microsoft.com/office/ork/xp/three/inte03.htm
1010

1111
$LANGUAGES = array(

Diff for: chm/make_chm.README

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ WHAT YOU NEED
2525

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

3232
The html manual. You have two alternatives:
3333

3434
a) Download the actual html manual from
35-
http://www.php.net/download-docs.php
35+
https://www.php.net/download-docs.php
3636
and untar the distribution into a directory
3737
b) Build the html manual yourself using Jade and the other
3838
tools needed (look into the HOWTO to see how to build it yourself)

Diff for: configure.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| This source file is subject to version 3.0 of the PHP license, |
1111
| that is bundled with this package in the file LICENSE, and is |
1212
| available through the world-wide-web at the following url: |
13-
| http://www.php.net/license/3_0.txt. |
13+
| https://www.php.net/license/3_0.txt. |
1414
| If you did not receive a copy of the PHP license and are unable to |
1515
| obtain it through the world-wide-web, please send a note to |
1616
| [email protected] so we can mail you a copy immediately. |
@@ -503,7 +503,7 @@ function generate_sources_file() // {{{
503503
// Reject 'old' LibXML installations, due to LibXML feature #502960 {{{
504504
if (version_compare(LIBXML_DOTTED_VERSION, '2.7.4', '<') && $ac['LIBXML_CHECK'] === 'yes') {
505505
echo "LibXML 2.7.4+ added a 'feature' to break things, typically namespace related, and unfortunately we must require it.\n";
506-
echo "For a few related details, see: http://www.mail-archive.com/[email protected]/msg777646.html\n";
506+
echo "For a few related details, see: https://www.mail-archive.com/[email protected]/msg777646.html\n";
507507
echo "Please recompile PHP with a LibXML version 2.7.4 or greater. Version detected: " . LIBXML_DOTTED_VERSION . "\n";
508508
echo "Or, pass in --disable-libxml-check if doing so feels safe.\n\n";
509509
#exit(100);

Diff for: developer.template.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
]>
2121

22-
<set xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="index" xml:lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
22+
<set xmlns="https://docbook.org/ns/docbook" version="5.0" xml:id="index" xml:lang="en" xmlns:xlink="https://www.w3.org/1999/xlink">
2323
<title>Developers preview</title>
2424
&developer.include.file;
2525
</set>

Diff for: docbook/docbook-xml/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ README for the DocBook XML DTD
22

33
For more information about DocBook, please see
44

5-
http://www.oasis-open.org/docbook/
5+
https://www.oasis-open.org/docbook/
66

77
Please send all questions, comments, concerns, and bug reports to the
88
DocBook mailing list: [email protected]

Diff for: docbook/docbook-xml/calstblx.dtd

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
Please direct all questions, bug reports, or suggestions for
3030
changes to the [email protected] mailing list. For more
31-
information, see http://www.oasis-open.org/docbook/.
31+
information, see https://www.oasis-open.org/docbook/.
3232
-->
3333

3434
<!-- ...................................................................... -->

Diff for: docbook/docbook-xml/catalog.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
<!-- Please direct all questions, bug reports, or suggestions for
99
changes to the [email protected] mailing list. For more
10-
information, see http://www.oasis-open.org/.
10+
information, see https://www.oasis-open.org/.
1111
-->
1212

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

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

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

31-
<system systemId="http://docbook.org/xml/4.5/docbookx.dtd"
31+
<system systemId="https://docbook.org/xml/4.5/docbookx.dtd"
3232
uri="docbookx.dtd"/>
3333

3434
<!-- ...................................................................... -->

Diff for: docbook/docbook-xml/dbcentx.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
Please direct all questions, bug reports, or suggestions for
2727
changes to the [email protected] mailing list. For more
28-
information, see http://www.oasis-open.org/docbook/.
28+
information, see https://www.oasis-open.org/docbook/.
2929
-->
3030

3131
<!-- ...................................................................... -->

Diff for: docbook/docbook-xml/dbhierx.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
Please direct all questions, bug reports, or suggestions for
2727
changes to the [email protected] mailing list. For more
28-
information, see http://www.oasis-open.org/docbook/.
28+
information, see https://www.oasis-open.org/docbook/.
2929
-->
3030

3131
<!-- ...................................................................... -->

0 commit comments

Comments
 (0)