Skip to content

Commit fc871e7

Browse files
committed
Fix broken link
1 parent c472c05 commit fc871e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/durable/durable-functions-http-features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ The following built-in HTTP APIs are supported.
2727
* [Send an external event to an orchestration](durable-functions-http-api.md#raise-event)
2828
* [Purge orchestration history](durable-functions-http-api.md#purge-single-instance-history)
2929
* [Send an operation event to an entity](durable-functions-http-api.md#signal-entity)
30-
* [Query the state of an entity](durable-functions-http-api.md#query-entity)
30+
* [Get the state of an entity](durable-functions-http-api.md#get-entity)
31+
* [Query the list of entities](durable-functions-http-api.md#list-entities)
3132

3233
See the [HTTP APIs article](durable-functions-http-api.md) for a full description of all the built-in HTTP APIs exposed by the Durable Functions extension.
3334

0 commit comments

Comments
 (0)