Skip to content

Commit 62dce56

Browse files
Fix broken links
1 parent 2d9db7d commit 62dce56

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/azure-functions/functions-bindings-event-grid-output.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ For information on setup and configuration details, see the [overview](./functio
2121
> [!IMPORTANT]
2222
> The Event Grid output binding is only available for Functions 2.x and higher.
2323
24+
## Example
25+
2426
# [C#](#tab/csharp)
2527

2628
The following example shows a [C# function](functions-dotnet-class-library.md) that writes a message to an Event Grid custom topic, using the method return value as the output:
@@ -181,7 +183,7 @@ public static string Run([TimerTrigger("0 */5 * * * *")] TimerInfo myTimer, ILog
181183
}
182184
```
183185

184-
For a complete example, see [Output - C# example](#output).
186+
For a complete example, see [example](#example).
185187

186188
# [C# Script](#tab/csharp-script)
187189

@@ -244,6 +246,6 @@ The Event Grid output binding is not available for Java.
244246

245247
---
246248

247-
# Next steps
249+
## Next steps
248250

249251
* [Dispatch an Event Grid event](./functions-bindings-event-grid-trigger.md)

articles/azure-functions/functions-bindings-event-grid-trigger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace Company.Function
4545
}
4646
```
4747

48-
For more information, see Packages, [Attributes](#attributes), [Configuration](#configuration), and [Usage](#usage).
48+
For more information, see Packages, [Attributes](#attributes-and-annotations), [Configuration](#configuration), and [Usage](#usage).
4949

5050
### Version 1.x
5151

@@ -106,7 +106,7 @@ public static void Run(EventGridEvent eventGridEvent, ILogger log)
106106
}
107107
```
108108

109-
For more information, see Packages, [Attributes](#attributes), [Configuration](#configuration), and [Usage](#usage).
109+
For more information, see Packages, [Attributes](#attributes-and-annotations), [Configuration](#configuration), and [Usage](#usage).
110110

111111
### Version 1.x
112112

0 commit comments

Comments
 (0)