From fa220ace4dc38c82ec29f83e0d050de7f0eba457 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 23 Oct 2020 13:11:03 +0200 Subject: [PATCH] Fix missing broken link in reference docs See gh-23126 --- .../spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index c77e641a30..1e0ea3c90b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -2462,7 +2462,6 @@ The auto-configuration adds the following features on top of Spring's defaults: * Support for `HttpMessageConverters` (covered <>). * Automatic registration of `MessageCodesResolver` (covered <>). * Static `index.html` support. -* Custom `Favicon` support (covered <>). * Automatic use of a `ConfigurableWebBindingInitializer` bean (covered <>). If you want to keep those Spring Boot MVC customizations and make more {spring-framework-docs}/web.html#mvc[MVC customizations] (interceptors, formatters, view controllers, and other features), you can add your own `@Configuration` class of type `WebMvcConfigurer` but *without* `@EnableWebMvc`.