Skip to content

Commit d0972ae

Browse files
Fix broken links
1 parent 47887c6 commit d0972ae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/functions-bindings-storage-blob.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Working with the trigger and bindings requires that you reference the appropriat
3030
| C# Script, Java, JavaScript, Python, PowerShell | Registering the [extension bundle] | The [Azure Tools extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack) is recommended to use with Visual Studio Code. |
3131
| C# Script (online-only in Azure portal) | Adding a binding | To update existing binding extensions without having to republish your function app, see [Update your extensions]. |
3232

33-
[core tools]: ../articles/azure-functions/functions-run-local.md
34-
[extension bundle]: ../articles/azure-functions/functions-bindings-register.md#extension-bundles
33+
[core tools]: ./functions-run-local.md
34+
[extension bundle]: ./functions-bindings-register.md#extension-bundles
3535
[NuGet package]: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage
36-
[Update your extensions]: ../articles/azure-functions/install-update-binding-extensions-manual.md
36+
[Update your extensions]: ./install-update-binding-extensions-manual.md
3737
[Azure Tools extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack
3838

3939
### Functions 1.x

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Define an imperative binding as follows:
350350

351351
### Single attribute example
352352

353-
The following example code creates a [Storage blob output binding](functions-bindings-storage-blob.md#output)
353+
The following example code creates a [Storage blob output binding](functions-bindings-storage-blob-output.md)
354354
with blob path that's defined at run time, then writes a string to the blob.
355355

356356
```cs

0 commit comments

Comments
 (0)