This is an automated email from the ASF dual-hosted git repository.

acosentino 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 95f492b75c2 Escape # to display it properly
95f492b75c2 is described below

commit 95f492b75c2b2345ae1b88aee24064b4e338ca70
Author: Daniel Obrist <[email protected]>
AuthorDate: Fri Dec 30 08:50:10 2022 +0100

    Escape # to display it properly
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc
index b45117646ca..903d268c06b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_11.adoc
@@ -94,7 +94,7 @@ mvn camel-karaf:run
 
 Support of deprecated use of named dataSource in the URI has been removed.
 
-You have to use `sql:select * from table where id=# order by 
name?dataSource=#myDS` instead of `sql:select * from table where id=# order by 
name?dataSource=myDS`.
+You have to use `sql:select * from table where id=# order by 
name?dataSource=\#myDS` instead of `sql:select * from table where id=# order by 
name?dataSource=myDS`.
 
 === Spring Boot Starters
 

Reply via email to