From 8e7e289ed2ab8e24a46634cb36a57ac8c4a87492 Mon Sep 17 00:00:00 2001 From: Leon Mai Date: Mon, 9 Mar 2020 20:46:39 -0700 Subject: [PATCH] Fix link (#409) Co-authored-by: LM --- concepts/secrets/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/secrets/README.md b/concepts/secrets/README.md index f47fa9ddd..af35200c0 100644 --- a/concepts/secrets/README.md +++ b/concepts/secrets/README.md @@ -11,4 +11,4 @@ Instead of including credentials within a Dapr component, you can place the cred ## Retrieving Secrets -Service code can call the secrets building block API to retrieve secrets out of the Dapr supported secret store. Read [Secrets API Specification](./secrets_api.md) for more information. +Service code can call the secrets building block API to retrieve secrets out of the Dapr supported secret store. Read [Secrets API Specification](https://github.com/dapr/docs/blob/master/reference/api/secrets_api.md) for more information.