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-9346
This commit is contained in:
committed by
Chris Beams
parent
1d0e484eac
commit
2a75c57d3c
@@ -96,7 +96,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
|
||||
@@ -126,7 +126,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
|
||||
@@ -141,7 +141,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