Skip to content

Commit d143f6b

Browse files
committed
Fix build errors
1 parent 1a4f507 commit d143f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/functions-reference-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ These instructions show you how to convert C# script functions (which run in-pro
654654
1. Complete the **Create a functions app project** section from your preferred quickstart:
655655

656656
### [Azure CLI](#tab/azure-cli)
657-
[Create a C# function in Azure from the command line](how-to-create-function-azure-cli.md?pivots=programming-language-csharp#create-a-local-function-project)
657+
[Create a C# function in Azure from the command line](how-to-create-function-azure-cli.md?pivots=programming-language-csharp#create-a-local-function-project-and-function)
658658
### [Visual Studio](#tab/vs)
659659
[Create your first C# function in Azure using Visual Studio](functions-create-your-first-function-visual-studio.md#create-a-function-app-project)
660660
### [Visual Studio Code](#tab/vs-code)

redirects/.openpublishing.redirection.azure-functions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"redirect_document_id": false
2727
},
2828
{
29-
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-javascript.md",
29+
"source_path_from_root": "/articles/azure-functions/create-first-function-cli-node.md",
3030
"redirect_url": "/azure/azure-functions/how-to-create-function-azure-cli?pivots=programming-language-javascript",
3131
"redirect_document_id": false
3232
},

0 commit comments

Comments
 (0)