mirror of https://github.com/dapr/quickstarts.git
Update cryptography/go/sdk/README.md
changing doc link to 1.11.docs so won't 404 and fail automated tests Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
This commit is contained in:
parent
0e91dbf5d7
commit
ec97be9b4c
|
@ -5,7 +5,7 @@ In this quickstart, you'll create an application that encrypts, and then decrypt
|
|||
- Encrypt and then decrypt a short string, reading the result in-memory, in a Go byte slice
|
||||
- Encrypt and then decrypt a large file, storing the encrypted and decrypted data to files using streams
|
||||
|
||||
Visit the documentation to learn more about the [Cryptography building block](https://docs.dapr.io/developing-applications/building-blocks/cryptography/) in Dapr.
|
||||
Visit the documentation to learn more about the [Cryptography building block](https://v1-11.docs.dapr.io/developing-applications/building-blocks/cryptography/) in Dapr.
|
||||
|
||||
> **Note:** This example uses the Dapr SDK. Using the Dapr SDK, which leverages gRPC internally, is **strongly** recommended when using the high-level cryptography APIs (to encrypt and decrypt messages).
|
||||
|
||||
|
|
Loading…
Reference in New Issue