You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/03/09 14:00:14 UTC

[camel-quarkus] branch master updated: Updated link in testing doc

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 60723e2  Updated link in testing doc
60723e2 is described below

commit 60723e2684012799a4be4461e87190b80037ebee
Author: Martin Muzikar <46...@users.noreply.github.com>
AuthorDate: Tue Mar 9 14:51:53 2021 +0100

    Updated link in testing doc
---
 docs/modules/ROOT/pages/user-guide/testing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/testing.adoc b/docs/modules/ROOT/pages/user-guide/testing.adoc
index a23b9b6..6f7e04a 100644
--- a/docs/modules/ROOT/pages/user-guide/testing.adoc
+++ b/docs/modules/ROOT/pages/user-guide/testing.adoc
@@ -22,7 +22,7 @@ class MyTest {
 }
 ----
 
-A complete implementation can be found https://github.com/apache/camel-quarkus/blob/master/integration-tests/bindy/src/test/java/org/apache/camel/quarkus/component/bindy/it/MessageRecordTest.java[here].
+An example implementation can be found https://github.com/apache/camel-quarkus/blob/master/integration-tests/bindy/src/test/java/org/apache/camel/quarkus/component/bindy/it/MessageTest.java[here].
 
 == A test running in native mode