Correct link to E2EE API usage example

This commit is contained in:
Tuan Dang
2023-06-13 11:30:47 +01:00
parent 9a62496d5c
commit f4404f66b8

View File

@@ -15,7 +15,7 @@ To keep it simple, we're going to fetch secrets from the API with **End-to-End E
It's possible to use the API with **E2EE** enabled but this means learning about how encryption works with Infisical and performing client-side encryption/decryption operations yourself.
yourself.
If **E2EE** is a must for your team, we recommend either using one of the [Infisical SDKs](/documentation/getting-started/sdks) or checking out the [examples for E2EE](/api-reference/overview/examples/e2ee-enabled).
If **E2EE** is a must for your team, we recommend either using one of the [Infisical SDKs](/documentation/getting-started/sdks) or checking out the [examples for E2EE](/api-reference/overview/examples/e2ee-disabled).
</Note>
## Configuration