From 5015a269e02306fddc1386cfb7ddbe702800a3ed Mon Sep 17 00:00:00 2001 From: Claude Mamo <823038+claudemamo@users.noreply.github.com> Date: Sat, 3 Feb 2024 21:23:52 +0100 Subject: [PATCH] docs: fix broken link --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 2469791..1b1cb28 100644 --- a/README.adoc +++ b/README.adoc @@ -196,7 +196,7 @@ NOTE: See full example in the https://github.com/smooks/smooks-examples/tree/v1. === Programmatic Configuration -FreeMarker templating configurations can be programmatically added to a Smooks instance by configuring and adding a link:https://www.smooks.org/javadoc/v2.0.0-RC3/smooks-templating-cartrige/org/smooks/cartridges/templating/freemarker/FreeMarkerTemplateProcessor.html[`+FreeMarkerTemplateProcessor+`] instance to the Smooks instance. The following example creates a Smooks instance with Java binding and FreeMarker templating configurations: +FreeMarker templating configurations can be programmatically added to a Smooks instance by configuring and adding a link:https://www.smooks.org/javadoc/v2.0.0-RC3/smooks-templating-cartridge/org/smooks/cartridges/templating/freemarker/FreeMarkerTemplateProcessor.html[`+FreeMarkerTemplateProcessor+`] instance to the Smooks instance. The following example creates a Smooks instance with Java binding and FreeMarker templating configurations: [source,java] ----