This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit a13555a0166a8f231d92e06472ceeec6becfc4aa Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Nov 15 11:10:53 2019 +0100 Regen docs --- docs/components/modules/ROOT/pages/seda-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/seda-component.adoc b/docs/components/modules/ROOT/pages/seda-component.adoc index 6a717f5..13ba588 100644 --- a/docs/components/modules/ROOT/pages/seda-component.adoc +++ b/docs/components/modules/ROOT/pages/seda-component.adoc @@ -9,7 +9,7 @@ // HEADER END The SEDA component provides asynchronous -http://www.eecs.harvard.edu/~mdw/proj/seda/[SEDA] behavior, so that +https://en.wikipedia.org/wiki/Staged_event-driven_architecture[SEDA] behavior, so that messages are exchanged on a http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html[BlockingQueue] and consumers are invoked in a separate thread from the producer.