From 55120bbbb59b8808d8021f97836fd3514c9911e2 Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Thu, 17 Oct 2019 10:49:43 -0700 Subject: [PATCH] Fixing link for API reference (#110) * Fixing Dapr API reference for Actors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32b4e963..df44cd51 100644 --- a/README.md +++ b/README.md @@ -60,4 +60,4 @@ These articles will help get you started with Dapr runtime and Dapr Actors: - [Getting started with Dapr Actor](docs/get-started-dapr-actor.md) - [Dapr CLI](https://github.com/dapr/cli) -- [Dapr API Specification](https://github.com/dapr/spec) +- [Dapr Actors API Reference](https://github.com/dapr/docs/blob/master/reference/api/actors.md)