Merge pull request #2791 from dapr/greenie-msft-patch-4

Fix broken link
This commit is contained in:
greenie-msft 2022-09-14 15:22:46 -07:00 committed by GitHub
commit 31a85f029d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -510,5 +510,5 @@ You can find additional information in the [related links]({{< ref "#related-lin
- Refer to the [query API reference]({{< ref "state_api.md#state-query" >}}).
- See the [state store components that implement query support]({{< ref supported-state-stores.md >}}).
- View the [state store query API implementation guide](https://github.com/dapr/components-contrib/blob/master/state/Readme.md#implementing-state-query-api).
- View the [state store query API implementation guide](https://github.com/dapr/components-contrib/blob/master/state/README.md#implementing-state-query-api).
- See how to [query Redis state store]({{< ref "setup-redis.md#querying-json-objects" >}}).