You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/06/30 10:59:37 UTC

[camel-website] branch main updated: Fixed broken link

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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new fe51f934 Fixed broken link
fe51f934 is described below

commit fe51f9343f3792d35d04ff194310c1246e42768d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 30 12:59:22 2022 +0200

    Fixed broken link
---
 .../blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md b/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md
index ee4a6933..4bc30b67 100644
--- a/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md
+++ b/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md
@@ -148,7 +148,7 @@ We have seen one way to debug a Camel route textually which is part of a test. Y
 - One test at a time
 - Requires modification of test code to activate JMX
 - Requires modification of test code to ensure debugger is ready on first route execution in the test
-- Cannot use [Camel test Java Debugger](/manual/debugger.html#_debugging_camel_routes)
+- Cannot use [Camel test Java Debugger](/manual/debugger.html)
 
 Stay tuned as I expect several of these limitations to be overcome in following weeks.