This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/velocity-site.git
commit 963157df8bb4c391668bb64f678336fec918578a Author: Claude Brisson <[email protected]> AuthorDate: Sun Aug 25 17:07:13 2024 +0200 Remove obsolete info --- src/content/engine/devel/developer-guide.mdtext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/engine/devel/developer-guide.mdtext b/src/content/engine/devel/developer-guide.mdtext index 7f4b360..ae54ddb 100644 --- a/src/content/engine/devel/developer-guide.mdtext +++ b/src/content/engine/devel/developer-guide.mdtext @@ -843,7 +843,7 @@ There are currently four kinds of resource loaders that are included with Veloci This loader simply downloads resources from configured URLs. It works much like the FileResourceLoader, however, it can pull templates down from any valid URL to which the application can create a connection. -+ **DataSourceResourceLoader :** This loader will load resources from a DataSource such as a database. This loader is only available under JDK 1.4 and later. For more information on this loader, please see the javadoc for the class `org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader`. ++ **DataSourceResourceLoader :** This loader will load resources from a DataSource such as a database. For more information on this loader, please see [the javadoc for the class `org.apache.velocity.runtime.resource.loader.DataSourceResourceLoader`](apidocs/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.html). The [VelocityTools](/tools/devel/) project also defines a [WebappResourceLoader](/tools/devel/apidocs/org/apache/velocity/tools/view/WebappResourceLoader.html), active by default, which maps '/' to the root of the webapp.
