Fix broken links in docs

See gh-27761
This commit is contained in:
dreis2211
2021-08-18 21:55:23 +02:00
committed by Madhura Bhave
parent fd2fbcb3c6
commit 7c8ccfc4c1
2 changed files with 13 additions and 13 deletions

View File

@@ -181,7 +181,7 @@ A "fixed" strategy adds a static version string in the URL without changing the
With this configuration, JavaScript modules located under `"/js/lib/"` use a fixed versioning strategy (`"/v12/js/lib/mymodule.js"`), while other resources still use the content one (`<link href="/css/spring-2a2d595e6ed9a0b24f027f2b63b134d6.css"/>`).
See {spring-boot-autoconfigure-module-code}/web/ResourceProperties.java[`ResourceProperties`] for more supported options.
See {spring-boot-autoconfigure-module-code}/web/WebProperties.java[`WebProperties.Resources`] for more supported options.
[TIP]
====
@@ -631,7 +631,7 @@ JSPs are not supported when using an executable jar.
* Undertow does not support JSPs.
* Creating a custom `error.jsp` page does not override the default view for <<servlet#web.servlet.spring-mvc.error-handling,error handling>>.
<<servlet#web.servlet.spring-mvc.error-handling.error-pages,Custom error pages>> should be used instead.
* Creating a custom `error.jsp` page does not override the default view for <<web.servlet.spring-mvc.error-handling,error handling>>.
<<web.servlet.spring-mvc.error-handling.error-pages,Custom error pages>> should be used instead.