You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2022/06/22 14:22:38 UTC

[camel-website] branch main updated: Fix path to file in blogpost (#863)

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

nfilotto 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 72661baf Fix path to file in blogpost (#863)
72661baf is described below

commit 72661baf65b24ff9c658e7083d7a304baa13e269
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Wed Jun 22 16:22:33 2022 +0200

    Fix path to file in blogpost (#863)
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 .../2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md b/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md
index 405aa6e4..ee4a6933 100644
--- a/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md
+++ b/content/blog/2022/06/HowToUseCamelRouteTextualDebuggerWithUnitTest/index.md
@@ -83,7 +83,7 @@ You might also want to introduce a longer timeout to let you time to debug.
 
 ## VS Code Task configuration
 
-The following VS Code task must be created in the `settings/tasks.json` file:
+The following VS Code task must be created in the `.vscode/tasks.json` file:
 
 ```json
 {
@@ -111,7 +111,7 @@ It allows to start the test with `camel-debug` on the classpath.
 
 ## VSCode Launch configuration
 
-The following launch configuration must be created in the `.settings/launch.json`:
+The following launch configuration must be created in the `.vscode/launch.json`:
 
 ```json
 {