You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/30 08:07:20 UTC

[camel] branch main updated: Escape # to display it properly

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 <36...@users.noreply.github.com>
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