Add missing section ids in reference documentation

Add missing id attributes to <section> elements in the reference
documentation to ensure stable anchor links in HTML output.

Issue: SPR-9410
Backport-Issue: SPR-9346
Backport-Commit: 2a75c57d3c
This commit is contained in:
Oliver Gierke
2012-05-15 22:11:23 +03:00
committed by Chris Beams
parent 1380d053c4
commit 9ca407d55e
13 changed files with 86 additions and 86 deletions
+2 -2
View File
@@ -1434,7 +1434,7 @@ URI location = template.postForLocation(uri, booking, "1");
information on using the execute method and the meaning of its other
method arguments.</para>
<section>
<section id="rest-resttemplate-uri">
<title>Working with the URI</title>
<para>For each of the main HTTP methods, the <classname>RestTemplate</classname>
@@ -1484,7 +1484,7 @@ URI uri = uriComponents.toUri();</programlisting>
</section>
<section>
<section id="rest-template-headers">
<title>Dealing with request and response headers</title>
<para>Besides the methods described above, the <classname>RestTemplate</classname>