@@ -253,7 +253,7 @@ q=foo&limit=10&sort=-published
253253 it is expected to describe the results of the operation.
254254 </t >
255255
256- <section title =" Content-Location and Location Fields " anchor =" location" >
256+ <section title =" Content-Location Response Field " anchor =" content- location" >
257257 <t >
258258 A successful response (2xx, <xref target =" HTTP" section =" 15.3" />)
259259 can include a Content-Location
@@ -263,6 +263,12 @@ q=foo&limit=10&sort=-published
263263 a GET request for the indicated URI to retrieve the results of the query
264264 operation just performed. The indicated resource might be temporary.
265265 </t >
266+ <t >
267+ See <xref target =" example.content-location" /> for an example.
268+ </t >
269+ </section >
270+
271+ <section title =" Location Response Field" anchor =" location" >
266272 <t >
267273 A server can create or locate a resource that identifies the query
268274 operation for future use. If the server does so, the URI of the resource
@@ -273,6 +279,9 @@ q=foo&limit=10&sort=-published
273279 temporary; if a future request fails, the client can retry using the
274280 original QUERY resource and the previously submitted content.
275281 </t >
282+ <t >
283+ See <xref target =" example.location" /> for an example.
284+ </t >
276285 </section >
277286
278287 <section title =" Redirection" anchor =" redirection" >
@@ -659,7 +668,8 @@ Accept: application/x-www-form-urlencoded, application/sql
659668
660669 <section title =" Content-Location, Location, and Indirect Responses" anchor =" example.content-location.location.indirect" >
661670 <t >
662- As described in <xref target =" location" />, the Content-Location and Location response fields in success responses
671+ As described in Sections <xref format =" counter" target =" content-location" /> and
672+ <xref format =" counter" target =" location" />, the Content-Location and Location response fields in success responses
663673 (2xx, <xref target =" HTTP" section =" 15.3" />) provide a way to identify alternate resources
664674 that will respond to GET requests, either for the received result of the request, or for future
665675 requests to perform the same operation. Going back to the example from <xref target =" example.simple" />:
0 commit comments