Fix link in get How To: Retrieve a secret

Link was referencing old github file structure instead of using
the hugo link method.

https://github.com/dapr/docs/issues/957
This commit is contained in:
Hal Spang 2020-12-17 13:24:32 -08:00
parent cc5e7007dd
commit c35ea4edef
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Watch this [video](https://www.youtube.com/watch?v=OtbYCBt9C34&feature=youtu.be&
Now that the secret store is set up, you can call Dapr to get the secrets for a given key for a specific secret store.
For a full API reference, go [here](https://github.com/dapr/docs/blob/master/reference/api/secrets_api.md).
For a full API reference, go [here]({{< ref "/operations/components/setup-bindings/supported-bindings/blobstorage.md" >}}).
Here are a few examples in different programming languages: