Skip to content

Commit ee2f7f1

Browse files
authored
Merge pull request #716 from handrews/hostname
Update hostname RFC reference
2 parents 3216378 + 8c1f35e commit ee2f7f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jsonschema-validation.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="US-ASCII"?>
22
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
3-
<!ENTITY RFC1034 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1034.xml">
3+
<!ENTITY RFC1123 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.1123.xml">
44
<!ENTITY RFC2045 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2045.xml">
55
<!ENTITY RFC2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
66
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
@@ -622,12 +622,12 @@
622622
representation for an Internet hostname as follows:
623623
<list style="hanging">
624624
<t hangText="hostname:">
625-
As defined by <xref target="RFC1034">RFC 1034, section 3.1</xref>,
625+
As defined by <xref target="RFC1123">RFC 1123, section 2.1</xref>,
626626
including host names produced using the Punycode algorithm
627627
specified in <xref target="RFC5891">RFC 5891, section 4.4</xref>.
628628
</t>
629629
<t hangText="idn-hostname:">
630-
As defined by either RFC 1034 as for hostname, or an
630+
As defined by either RFC 1123 as for hostname, or an
631631
internationalized hostname as defined by
632632
<xref target="RFC5890">RFC 5890, section 2.3.2.3</xref>.
633633
</t>
@@ -1062,7 +1062,7 @@
10621062
<!-- References Section -->
10631063
<references title="Normative References">
10641064
&RFC2119;
1065-
&RFC1034;
1065+
&RFC1123;
10661066
&RFC2045;
10671067
&RFC2046;
10681068
&RFC2673;

0 commit comments

Comments
 (0)