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-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 34f8b17 Fix config property documentation (#97)
34f8b17 is described below
commit 34f8b1740874aa2db063671f2e464df83cc48755
Author: Marco Carletti <[email protected]>
AuthorDate: Mon Nov 7 07:13:20 2022 +0100
Fix config property documentation (#97)
---
webhook/readme.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webhook/readme.adoc b/webhook/readme.adoc
index c1805f0..bdf2fd4 100644
--- a/webhook/readme.adoc
+++ b/webhook/readme.adoc
@@ -46,7 +46,7 @@ Take note of the URL that is returned and place it in the
`application.propertie
The full property should look like:
----
-camel.component.webhook.configuration.webhook-external-url=https://the-subdomain-returned.loca.lt
+camel.component.webhook.webhook-external-url=https://the-subdomain-returned.loca.lt
----
=== Running the example