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:
committed by
Chris Beams
parent
1380d053c4
commit
9ca407d55e
@@ -264,7 +264,7 @@ public class ExampleBean {
|
||||
</sidebar>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="beans-dependency-resolution">
|
||||
<title>Dependency resolution process</title>
|
||||
|
||||
<para>The container performs bean dependency resolution as follows:</para>
|
||||
@@ -858,7 +858,7 @@ support=support@example.co.uk</programlisting>
|
||||
the container uses internally.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="beans-collection-merge-limitations">
|
||||
<title>Limitations of collection merging</title>
|
||||
|
||||
<para>You cannot merge different collection types (such as a
|
||||
|
||||
Reference in New Issue
Block a user