Skip to content

Commit 4e88bf1

Browse files
committed
Reference RFC 5988 for HTTP Link header
1 parent ed80fb9 commit 4e88bf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

proposals/json-schema-hypermedia.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!ENTITY rfc2046 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2046.xml">
1111
<!ENTITY rfc2616 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2616.xml">
1212
<!ENTITY rfc6570 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6570.xml">
13-
<!ENTITY linkheader SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.nottingham-http-link-header.xml">
13+
<!ENTITY rfc5988 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.5988.xml">
1414
<!ENTITY html401 SYSTEM "http://xml.resource.org/public/rfc/bibxml4/reference.W3C.REC-html401-19991224.xml">
1515
]>
1616
<?rfc toc="yes"?>
@@ -296,7 +296,7 @@
296296
</t>
297297

298298
<t>
299-
If the instance is described by a schema providing the a link with "root" relation, or such a link is provided in using the <xref target="I-D.nottingham-http-link-header">HTTP Link header</xref>, then the target of the "root" link should be considered the document root for the purposes of all fragment resolution methods that use the document structure (such as "json-pointer").
299+
If the instance is described by a schema providing the a link with "root" relation, or such a link is provided in using the <xref target="RFC5988">HTTP Link header</xref>, then the target of the "root" link should be considered the document root for the purposes of all fragment resolution methods that use the document structure (such as "json-pointer").
300300
The only exception to this is the resolution of "root" links themselves.
301301
</t>
302302

@@ -653,7 +653,7 @@ Input Output
653653
</figure>
654654

655655
<t>
656-
Note that these relationship values are case-insensitive, consistent with their use in HTML and the <xref target="I-D.nottingham-http-link-header">HTTP Link header</xref>.
656+
Note that these relationship values are case-insensitive, consistent with their use in HTML and the <xref target="RFC5988">HTTP Link header</xref>.
657657
</t>
658658

659659
<section title="Fragment resolution with &quot;root&quot; links">
@@ -839,7 +839,7 @@ GET /foo/
839839
</t>
840840

841841
<t>
842-
This property is analogous to the "type" property of &lt;a&gt; elements in HTML (advisory content type), or the "type" parameter in the <xref target="I-D.nottingham-http-link-header">HTTP Link header</xref>.
842+
This property is analogous to the "type" property of &lt;a&gt; elements in HTML (advisory content type), or the "type" parameter in the <xref target="RFC5988">HTTP Link header</xref>.
843843
User agents MAY use this information to inform the interface they present to the user before the link is followed, but this information MUST NOT use this information in the interpretation of the resulting data.
844844
When deciding how to interpret data obtained through following this link, the behaviour of user agents MUST be identical regardless of the value of the this property.
845845
</t>
@@ -1017,7 +1017,7 @@ GET /foo/
10171017
&rfc4627;
10181018
&rfc5226;
10191019
&rfc2046;
1020-
&linkheader;
1020+
&rfc5988;
10211021
&html401;
10221022
</references>
10231023

0 commit comments

Comments
 (0)