Skip to content

Commit 9b2ad61

Browse files
committed
Fix reference of custom layout example
Closes gh-9342
1 parent b859120 commit 9b2ad61

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-boot-tools/spring-boot-maven-plugin/src/site/apt/index.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Spring Boot Maven Plugin
4848

4949
* {{{./examples/repackage-disable-attach.html}Local repackaged artifact}}
5050

51-
* {{{./examples/custom-layout.html}Custom layout}}
52-
5351
* {{{./examples/exclude-dependency.html}Exclude a dependency}}
5452

5553
* {{{./examples/run-debug.html}Debug the application}}
@@ -62,6 +60,8 @@ Spring Boot Maven Plugin
6260

6361
* {{{./examples/build-info.html}Generate build information}}
6462

63+
* {{{./examples/custom-layout.html}Custom layout}}
64+
6565
[]
6666

6767

spring-boot-tools/spring-boot-maven-plugin/src/site/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<item name="Skip integration tests" href="examples/it-skip.html"/>
1616
<item name="Specify active profiles" href="examples/run-profiles.html"/>
1717
<item name="Generate build information" href="examples/build-info.html"/>
18+
<item name="Custom layout" href="examples/custom-layout.html"/>
1819
</menu>
1920
<menu ref="reports"/>
2021
</body>

0 commit comments

Comments
 (0)