Skip to content

Commit 6e72064

Browse files
committed
Fix pce uri
1 parent 6ae4243 commit 6e72064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/03-computation/02-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In addition, you can configure how you want the PCE to behave:
2828

2929
:::tip API
3030

31-
In order to follow through this section of the tutorial, you might want to either [set-up your own instance of PCE](/docs/tutorials/intro/PCE-set-up) or use the PCE isntance provided by blindnet for testing at https://devkit-pce-staging.azurewebsites.net/v0/. In the followign examples we'll use this instance.
31+
In order to follow through this section of the tutorial, you might want to either [set-up your own instance of PCE](/docs/tutorials/intro/PCE-set-up) or use the PCE isntance provided by blindnet for testing at https://stage.computing.blindnet.io/v0/. In the followign examples we'll use this instance.
3232

3333
If you are using the instance provided by blindnet you will need to reach out to us to get your `app_id` and `app_key`. Once you have got those, you can use our [Token Generator](https://blindnet-io.github.io/demo-token-generator/) to generate the credentials that you will need in order to authenticate your calls to our APIs.
3434

docs/04-interfaces/03-privacy-portal/02-events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ See [here](https://github.com/blindnet-io/devkit-quickstart/blob/main/tutorials/
1111

1212
#### `bldn-request-builder:request-created`
1313

14-
Emitted after the user clicks submit request. Contains a [`CreatePrivacyRequestPayload`](https://devkit-pce-staging.azurewebsites.net/swagger/#/).
14+
Emitted after the user clicks submit request. Contains a [`CreatePrivacyRequestPayload`](https://stage.computing.blindnet.io/swagger).
1515

1616
Details: `{request: ...}`
1717

0 commit comments

Comments
 (0)