Skip to content

Commit f27f187

Browse files
Fix links
1 parent a7a8bd8 commit f27f187

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

includes/functions-bindings-event-hubs-output.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Use the Event Hubs output binding to write events to an event stream. You must h
1010

1111
Make sure the required package references are in place before you try to implement an output binding.
1212

13+
<a id="example" name="example"></a>
14+
1315
# [C#](#tab/csharp)
1416

1517
The following example shows a [C# function](../articles/azure-functions/functions-dotnet-class-library.md) that writes a message to an event hub, using the method return value as the output:
@@ -212,7 +214,7 @@ public static string Run([TimerTrigger("0 */5 * * * *")] TimerInfo myTimer, ILog
212214
}
213215
```
214216

215-
For a complete example, see [Output - C# example](#output).
217+
For a complete example, see [Output - C# example](#example).
216218

217219
# [C# Script](#tab/csharp-script)
218220

includes/functions-bindings-event-hubs-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public static void Run([EventHubTrigger("samples-workitems", Connection = "Event
318318
}
319319
```
320320

321-
For a complete example, see [Trigger - C# example](#trigger).
321+
For a complete example, see [Trigger - C# example](#example).
322322

323323
# [C# Script](#tab/csharp-script)
324324

includes/functions-bindings-event-hubs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Working with the trigger and bindings requires that you reference the appropriat
1919
| 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]. |
2020

2121
[NuGet package]: https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.EventHubs
22-
[core tools]: ./functions-run-local.md
23-
[extension bundle]: ./functions-bindings-register.md#extension-bundles
24-
[Update your extensions]: ./install-update-binding-extensions-manual.md
22+
[core tools]: ../articles/azure-functions/functions-run-local.md
23+
[extension bundle]: ../articles/azure-functions/functions-bindings-register.md#extension-bundles
24+
[Update your extensions]: ../articles/azure-functions/install-update-binding-extensions-manual.md
2525
[Azure Tools extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack
2626

2727
### Functions 1.x

0 commit comments

Comments
 (0)