Skip to content

Commit 9483ddf

Browse files
committed
SDK-1005: Change URI to hub.yoti.com from www.yoti.com/hub
1 parent 400155c commit 9483ddf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ import yoti_python_sdk
8686

8787
## Configuration
8888

89-
After creating your application on the [Yoti Hub](https://www.yoti.com/hub/), you need to download the `.PEM` key and save it *outside* the repo (keep it private).
89+
After creating your application on the [Yoti Hub](https://hub.yoti.com/), you need to download the `.PEM` key and save it *outside* the repo (keep it private).
9090

91-
The variables required for the SDK to work are found in the tabs on your Yoti application's settings page ([Yoti Hub](https://www.yoti.com/hub/)). These are:
91+
The variables required for the SDK to work are found in the tabs on your Yoti application's settings page ([Yoti Hub](https://hub.yoti.com/)). These are:
9292

9393
* **`YOTI_SCENARIO_ID`** - This is used to configure the Yoti Login Button (see [Front End Integration](https://developers.yoti.com/yoti-app-integration/yoti-app-integration#step-3-front-end-integration)).
9494
* **`YOTI_CLIENT_SDK_ID`** - This is the SDK identifier generated by Yoti Hub in the Key tab when you create your app. Note this is not your Application Identifier which is needed by your client-side code.
@@ -157,7 +157,7 @@ timestamp = source_anchor.signed_timestamp
157157
origin_server_certs = source_anchor.origin_server_certs
158158
```
159159

160-
If you have chosen `Verify Condition` on the [Yoti Hub](https://www.yoti.com/hub/applications) with the age condition of "Over 18", you can retrieve the user information as follows:
160+
If you have chosen `Verify Condition` on the [Yoti Hub](https://hub.yoti.com/applications) with the age condition of "Over 18", you can retrieve the user information as follows:
161161
```python
162162
age_verification_attribute = profile.get_attribute("age_over:18")
163163
```
@@ -222,7 +222,7 @@ Additionally an [example AML application](/examples/aml/app.py) is provided in t
222222

223223
## Running the Examples
224224

225-
From the [Yoti Hub](https://www.yoti.com/hub/applications):
225+
From the [Yoti Hub](https://hub.yoti.com/applications):
226226
1. Set the application domain of your app to `localhost:5000`
227227
1. Set the scenario callback URL to `/yoti/auth`
228228

0 commit comments

Comments
 (0)