diff --git a/docs/js-sdk/js-sdk-example.md b/docs/js-sdk/js-sdk-example.md
index f9bfe924..b1c3e299 100644
--- a/docs/js-sdk/js-sdk-example.md
+++ b/docs/js-sdk/js-sdk-example.md
@@ -26,9 +26,9 @@ We have created a [JS SDK Example repository](https://github.com/0xPolygonID/js-
1. Download the latest circuits from the following curl command:
```bash
- curl https://iden3-circuits-bucket.s3.eu-west-1.amazonaws.com/latest.zip --output latest.zip
+ curl https://circuits.privado.id/latest.zip --output latest.zip
```
-
+
where s3 is a bucket that has been created for storing the circuits' data in one of the Amazon Simple Storage Service (Amazon S3) for specific regions across the globe.
The `latest.zip` folder is accessed from the s3 bucket and is the output to the local `latest.zip` file.
diff --git a/docs/verifier/verification-library/verifier-set-up.md b/docs/verifier/verification-library/verifier-set-up.md
index 877dc8cb..dcabeb24 100644
--- a/docs/verifier/verification-library/verifier-set-up.md
+++ b/docs/verifier/verification-library/verifier-set-up.md
@@ -289,7 +289,7 @@ A Verifier can work with multiple networks simultaneously. Even users and issuer
:::note
-The public verification keys for Iden3 circuits generated after the trusted setup can be found here and must be added to your project inside a folder called `keys`.
+The public verification keys for Iden3 circuits generated after the trusted setup can be found here and must be added to your project inside a folder called `keys`.
:::