This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new 1dbf269 Remove link 1dbf269 is described below commit 1dbf2698254b425fb7e67510ee6d5628917dc3ef Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Dec 29 11:54:57 2021 +0100 Remove link --- content/blog/2021/12/camelDebuggerForIntelliJ/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md index 3f9fa4c..60c2b1d 100644 --- a/content/blog/2021/12/camelDebuggerForIntelliJ/index.md +++ b/content/blog/2021/12/camelDebuggerForIntelliJ/index.md @@ -40,7 +40,7 @@ To try the debugger: - Check out a [Camel Spring Boot example which uses XML routes](https://github.com/apache/camel-spring-boot-examples/tree/main/xml); - Import the project into the IntelliJ as a Maven project; - Create a new **Camel SpringBoot Application** run configuration; -- If you want to evaluate expressions in the [DataSonnet language](/components/latest/languages/datasonnet-language.html), add the following dependencies to your `pom.xml`: +- If you want to evaluate expressions in the DataSonnet language, add the following dependencies to your `pom.xml`: ``` <dependency> <groupId>org.apache.camel.springboot</groupId>