From 32ab4c92f5463b37775f610e4553f641a2cc6d8d Mon Sep 17 00:00:00 2001 From: jasonviviano <83607984+jasonviviano@users.noreply.github.com> Date: Fri, 23 Jul 2021 11:34:11 -0400 Subject: [PATCH] Changed URL link --- .../ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md b/daprdocs/content/en/developing-applications/ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md index c6300e22d..ab5abb42c 100644 --- a/daprdocs/content/en/developing-applications/ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md +++ b/daprdocs/content/en/developing-applications/ides/vscode/vscode-how-to-debug-multiple-dapr-apps.md @@ -170,7 +170,7 @@ Below you will find all the current supported parameters for VS Code tasks. | `sentryAddress` | Address for the Sentry CA service | No | "sentryAddress": "" | `type` | Tells VS Code it will be a daprd task type | Yes | "type": "daprd" -For more information on daprd, dapr Cli, and Kubernetes arguments visit the [Arguments and annotations]({}}) +For more information on daprd, dapr Cli, and Kubernetes arguments visit the [arguments and annotations page]({}}) ## Related Links * [VS Code Extension Overview]({{< ref vscode-dapr-extension.md >}})