Skip to content

Commit c4cba93

Browse files
Fixed broken links reported by linkchecker
1 parent 1c26c66 commit c4cba93

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

en/identity-server/7.0.0/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extra:
6868
- title: APIs
6969
url: APIs|APIs
7070
- title: Sample Apps
71-
url: Try for a sample app|Try for a sample app
71+
url: Get started|Try for a sample app|Try for a sample app
7272
- title: SDKs and Integrations
7373
url: SDKs|Integrate WSO2 IS into your application
7474
- title: Setup

en/identity-server/7.1.0/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extra:
7272
- title: APIs
7373
url: APIs|APIs
7474
- title: Sample Apps
75-
url: Try for a sample app|Try for a sample app
75+
url: Get started|Try for a sample app|Try for a sample app
7676
- title: SDKs and Integrations
7777
url: SDKs|Integrate WSO2 IS into your application
7878
- title: Setup

en/identity-server/7.2.0/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ extra:
145145
- title: APIs
146146
url: APIs|APIs
147147
- title: Sample Apps
148-
url: Try for a sample app|Try for a sample app
148+
url: Get started|Try for a sample app|Try for a sample app
149149
- title: SDKs and Integrations
150150
url: SDKs|Integrate WSO2 IS into your application
151151
- title: Setup

en/identity-server/next/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ extra:
147147
- title: APIs
148148
url: APIs|APIs
149149
- title: Sample Apps
150-
url: Try for a sample app|Try for a sample app
150+
url: Get started|Try for a sample app|Try for a sample app
151151
- title: SDKs and Integrations
152152
url: SDKs|Integrate WSO2 IS into your application
153153
- title: Setup

en/includes/connectors/onfido/set-up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Now that you have installed the Onfido connector, follow the steps below to inte
5959
3. Enter a name for the Onfido connector and the necessary configurations:
6060

6161
- **API Token**: The API token generated via the Onfido dashboard.
62-
- **Workflow ID**: The unique identifier for the Workflow created using Onfido Studio. For more information refer to the [Onfido Workflow Setup Guide](onfido-setup-guide.md){: target="_blank"}.
62+
- **Workflow ID**: The unique identifier for the Workflow created using Workflow Studio. For more information refer to the [Onfido Workflow Studio](https://documentation.identity.entrust.com/getting-started/onfido-studio-product/){: target="_blank"}.
6363
- **Base URL**: The regional base URL for Onfido API calls.
6464

6565
4. Click **Create** to create the Onfido connector.

en/includes/guides/authentication/mfa/add-x509-login.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,14 @@ If {{product_name}} is already started, use the [Certificate Validation Manageme
322322
If storing the certificate as a user claim is enabled, the X509 certificate will be stored as a user claim and verified with the
323323
retrieved certificate from the request.
324324

325-
To add the custom attribute, follow the [Add custom attributes](../../../guides/users/attributes/user-attributes/manage-attributes/#add-custom-attributes) steps
325+
To add the custom attribute, follow the [Add custom attributes]({{base_path}}/guides/users/attributes/user-attributes/manage-attributes/#add-custom-attributes) steps
326326
and use the following details for the claim addition.
327327

328328
``` text
329329
- Attribute name : userCertificate
330330
- Attribute Display Name : User Certificate
331331
```
332-
![add-user-certificate-attribute](../../../assets/img/guides/authentication/mfa/add-user-certificate-attribute.png){: width="600" style="display: block; border: 0.3px solid lightgrey;"}
332+
![add-user-certificate-attribute]({{base_path}}/assets/img/guides/authentication/mfa/add-user-certificate-attribute.png){: width="600" style="display: block; border: 0.3px solid lightgrey;"}
333333

334334
This will create the **OpenID Connect** and **SCIM 2.0** protocol mappings as well. When storing the certificate in a user attribute, you will
335335
need to update the column size of the `VALUE` column of the `UM_USER_ATTRIBUTES` table to a suitable value.
@@ -339,13 +339,13 @@ need to update the column size of the `VALUE` column of the `UM_USER_ATTRIBUTES`
339339
- **Chrome**
340340
1. In your browser, go to **Settings** > **Privacy and security** > **Manage certificates** > **Your certificates**.
341341

342-
![manage-cert-chrome](../../../assets/img/guides/authentication/mfa/manage-certificates-chrome.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
342+
![manage-cert-chrome]({{base_path}}/assets/img/guides/authentication/mfa/manage-certificates-chrome.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
343343

344344
2. Click on **Import,** select the **localhost.p12** file, and then
345345
click **Open**. Note that you may have to enter the password that
346346
you used to generate the p12 file, (browserpwd) to open it.
347347

348-
![import-cert-chrome](../../../assets/img/guides/authentication/mfa/import-certificate-chrome.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
348+
![import-cert-chrome]({{base_path}}/assets/img/guides/authentication/mfa/import-certificate-chrome.png){: width="800" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
349349

350350
- **Firefox**
351351
1. Click on the menu option on the right of the screen and select

0 commit comments

Comments
 (0)