Skip to content

Fix broken link for servlet getting started page #14119

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/modules/ROOT/pages/servlet/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<hello-expectations,what Spring Boot enables in Spring Security by default>>
* Better understand <<servlet-hello-auto-configuration,what Spring Boot enables in Spring Security by default>>
* Read about <<security-use-cases,common use cases>> that Spring Security helps with
* Start configuring xref:servlet/authentication/index.adoc[authentication]

[[hello-expectations]]
[[servlet-hello-auto-configuration]]
== Runtime Expectations

Expand Down