From 916d9d949aa9dec662f31cfd3838b473bad3a893 Mon Sep 17 00:00:00 2001 From: Ruben Suet Date: Wed, 8 Nov 2023 11:40:12 +0100 Subject: [PATCH] fix broken link for servlet getting started page --- docs/modules/ROOT/pages/servlet/getting-started.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/servlet/getting-started.adoc b/docs/modules/ROOT/pages/servlet/getting-started.adoc index 59b17b6781..a101afdab7 100644 --- a/docs/modules/ROOT/pages/servlet/getting-started.adoc +++ b/docs/modules/ROOT/pages/servlet/getting-started.adoc @@ -93,11 +93,10 @@ then Spring Boot will service the request, returning a `404 Not Found` in this c From here, you can: -* Better understand <> +* Better understand <> * Read about <> that Spring Security helps with * Start configuring xref:servlet/authentication/index.adoc[authentication] -[[hello-expectations]] [[servlet-hello-auto-configuration]] == Runtime Expectations