Fix broken link to Appendix

Closes gh-15883
This commit is contained in:
tim-toady
2019-02-09 01:42:13 +01:00
committed by Stephane Nicoll
parent 4d69e127c8
commit 4acebf45be

View File

@@ -397,7 +397,7 @@ The following example shows a typical repackage implementation:
If you are interested in how the build tool plugins work, you can
look at the {github-code}/spring-boot-project/spring-boot-tools[`spring-boot-tools`]
module on GitHub. More technical details of the executable jar format are covered in
<<appendix-executable-jar-format.adoc#executable-jar,the appendix>>.
<<appendix.adoc#executable-jar,the appendix>>.
If you have specific build-related questions, you can check out the
"`<<howto.adoc#howto, how-to>>`" guides.