From fd65652bbeee8bee6c5d378b42d54cec8050ed51 Mon Sep 17 00:00:00 2001 From: "Ryan W. Moore" Date: Sat, 28 May 2016 20:38:02 -0400 Subject: [PATCH] Docs: Fix broken link to security database schema --- docs/manual/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index a7d1218f00..07b92a317e 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -1357,7 +1357,7 @@ If you want to use a database, then you can use ---- -Where "securityDataSource" is the name of a `DataSource` bean in the application context, pointing at a database containing the standard Spring Security <>. Alternatively, you could configure a Spring Security `JdbcDaoImpl` bean and point at that using the `user-service-ref` attribute: +Where "securityDataSource" is the name of a `DataSource` bean in the application context, pointing at a database containing the standard Spring Security <>. Alternatively, you could configure a Spring Security `JdbcDaoImpl` bean and point at that using the `user-service-ref` attribute: [source,xml] ----