Skip to content

Commit ab64106

Browse files
authored
Merge pull request #128230 from Zhang-Charlie/docs/fix-functions-custom-handlers-link
Fixed custom handlers go/rust quickstart links
2 parents defc5a0 + 3c3d2c3 commit ab64106

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/functions-custom-handlers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Custom handlers are best suited for situations where you want to:
2424

2525
With custom handlers, you can use [triggers and input and output bindings](./functions-triggers-bindings.md) via [extension bundles](./functions-bindings-register.md).
2626

27-
Get started with Azure Functions custom handlers with [quickstarts in Go and Rust](create-first-function-vs-code-other.md).
27+
Get started with Azure Functions custom handlers with [quickstarts in Go and Rust](how-to-create-function-vs-code.md?pivots=programming-language-other).
2828

2929
## Overview
3030

@@ -585,4 +585,4 @@ Support is available if the Functions host has problems starting or communicatin
585585

586586
## Next steps
587587

588-
Get started building an Azure Functions app in Go or Rust with the [custom handlers quickstart](create-first-function-vs-code-other.md).
588+
Get started building an Azure Functions app in Go or Rust with the [custom handlers quickstart](how-to-create-function-vs-code.md?pivots=programming-language-other).

0 commit comments

Comments
 (0)