Skip to content

Commit 6dd9c43

Browse files
authored
Fix broken links (#4777)
1 parent 0f2a2eb commit 6dd9c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/excel/custom-functions-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.localizationpriority: medium
88

99
# Custom functions debugging
1010

11-
This article discusses debugging only for custom functions that **don't use a [shared runtime](../testing/runtimes.md#shared-runtime)**. To debug custom functions add-ins that use a shared runtime, see [Configure your Office Add-in to use a shared runtime: Debug](../develop/configure-your-add-in-to-use-a-shared-runtime.md#debug).
11+
This article discusses debugging only for custom functions that **don't use a [shared runtime](../testing/runtimes.md#shared-runtime)**. To debug custom functions add-ins that use a shared runtime, see [Overview of debugging Office Add-ins](../testing/debug-add-ins-overview.md).
1212

1313
[!include[Excel custom functions note](../includes/excel-custom-functions-note.md)]
1414

docs/excel/custom-functions-troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To resolve issues, you can [enable runtime logging to capture errors](#enable-ru
1515

1616
## Debugging custom functions
1717

18-
To debug custom functions add-ins that use a [shared runtime](../testing/runtimes.md#shared-runtime), see [Configure your Office Add-in to use a shared runtime: Debug](../develop/configure-your-add-in-to-use-a-shared-runtime.md#debug).
18+
To debug custom functions add-ins that use a [shared runtime](../testing/runtimes.md#shared-runtime), see [Overview of debugging Office Add-ins](../testing/debug-add-ins-overview.md).
1919

2020
To debug custom functions add-ins that don't use a shared runtime, see [Custom functions debugging](custom-functions-debugging.md).
2121

0 commit comments

Comments
 (0)