Skip to content

Commit 84c4c20

Browse files
committed
Fix bookmark references
1 parent 987ef1a commit 84c4c20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ namespace Company.Function
6767
}
6868
```
6969

70-
For more information, see Packages, [Attributes](#trigger-attributes), [Configuration](#trigger-configuration), and [Usage](#trigger-usage).
70+
For more information, see Packages, [Attributes](#trigger---attributes), [Configuration](#trigger---configuration), and [Usage](#trigger---usage).
7171

7272
### Version 1.x
7373

@@ -128,7 +128,7 @@ public static void Run(EventGridEvent eventGridEvent, ILogger log)
128128
}
129129
```
130130

131-
For more information, see Packages, [Attributes](#trigger-attributes), [Configuration](#trigger-configuration), and [Usage](#trigger-usage).
131+
For more information, see Packages, [Attributes](#trigger---attributes), [Configuration](#trigger---configuration), and [Usage](#trigger---usage).
132132

133133
### Version 1.x
134134

@@ -329,7 +329,7 @@ Attributes are not supported by Python.
329329

330330
# [Java](#tab/java)
331331

332-
The [EventGridTrigger](https://github.com/Azure/azure-functions-java-library/blob/master/src/main/java/com/microsoft/azure/functions/annotation/EventGridTrigger.java) annotation allows you to declaratively configure an Event Grid binding by providing configuration values. See the [example](#trigger-example) and [configuration](#trigger-configuration) sections for more detail.
332+
The [EventGridTrigger](https://github.com/Azure/azure-functions-java-library/blob/master/src/main/java/com/microsoft/azure/functions/annotation/EventGridTrigger.java) annotation allows you to declaratively configure an Event Grid binding by providing configuration values. See the [example](#trigger---example) and [configuration](#trigger---configuration) sections for more detail.
333333

334334
---
335335

0 commit comments

Comments
 (0)