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
@@ -95,7 +95,7 @@
|
||||
|
||||
<!--Gave global, local, and spring models their own sections. These need to be called out at a higher level, esp. Spring advantage! TR: OK-->
|
||||
|
||||
<section>
|
||||
<section id="transaction-global">
|
||||
<title>Global transactions</title>
|
||||
|
||||
<para>Global transactions enable you to work with multiple transactional
|
||||
@@ -125,7 +125,7 @@
|
||||
compelling alternatives for declarative transaction management.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="transaction-local">
|
||||
<title>Local transactions</title>
|
||||
|
||||
<para>Local transactions are resource-specific, such as a transaction
|
||||
@@ -140,7 +140,7 @@
|
||||
transactions are invasive to the programming model.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<section id="transaction-programming-model">
|
||||
<title>Spring Framework's consistent programming model</title>
|
||||
|
||||
<para>Spring resolves the disadvantages of global and local
|
||||
|
||||
Reference in New Issue
Block a user