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 <[email protected]>
AuthorDate: Wed Jun 22 16:22:33 2022 +0200
Fix path to file in blogpost (#863)
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../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
{