You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/01 15:14:40 UTC

(camel) branch main updated: Try to fix doc build problem

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.git


The following commit(s) were added to refs/heads/main by this push:
     new b159101d319 Try to fix doc build problem
b159101d319 is described below

commit b159101d3198dbb3e22ad438c67826eb8d7b1de5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 1 16:14:29 2024 +0100

    Try to fix doc build problem
---
 docs/user-manual/modules/ROOT/pages/variables.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/variables.adoc b/docs/user-manual/modules/ROOT/pages/variables.adoc
index 7f8b100ff65..e27b92286bf 100644
--- a/docs/user-manual/modules/ROOT/pages/variables.adoc
+++ b/docs/user-manual/modules/ROOT/pages/variables.adoc
@@ -75,7 +75,7 @@ String str = context.getVariable("myGlobalKey", String.class);
 == Setting and getting variables from DSL
 
 It is also possible to use variables in Camel xref:routes.adoc[routes] using the
-xref:components:eips:setVariable-eip.adoc[SetVariable], and xref:components:eips:removeVariable-eip.adoc[RemoveVariable] EIPs.
+setVariable and removeVariable EIPs.
 
 These EIPs makes it possible to set and remove variables from routes. And you can also access variables from the xref:components:languages:simple-language.adoc[Simple] language.