Fix configure a datasource reference doc link

Closes gh-7911
This commit is contained in:
drumonii 2017-01-08 11:03:04 -05:00 committed by Stephane Nicoll
parent bb4777c920
commit bb5819b879

View File

@ -2728,7 +2728,7 @@ Java's `javax.sql.DataSource` interface provides a standard method of working wi
database connections. Traditionally a DataSource uses a `URL` along with some
credentials to establish a database connection.
TIP: Check also <<the '`How-to`' section,howto.adoc#howto-configure-a-datasource] for more
TIP: Check also <<howto.adoc#howto-configure-a-datasource,the '`How-to`' section>> for more
advanced examples, typically to take full control over the configuration of the
DataSource.