Fixed URL (#592)

* Fixed URL

https://github.com/dapr/docs/blob/master/howto/get-secrets/README.md

* Update bindings_api.md
This commit is contained in:
Matthew Bramer 2020-05-20 17:52:27 -04:00 committed by GitHub
parent a7668cab5e
commit e8b0fa0a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ If running self hosted locally, place this file in your `components` folder next
If running on kubernetes apply the component to your cluster.
> **Note:** In production never place passwords or secrets within Dapr component files. For information on securely storing and retrieving secrets using secret stores refer to [Setup Secret Store](../../../howto/setup-secret-store)
> **Note:** In production never place passwords or secrets within Dapr component files. For information on securely storing and retrieving secrets using secret stores refer to [Setup Secret Store](../../howto/setup-secret-store)
## Invoking Service Code Through Input Bindings