Skip to content

Commit a157ef0

Browse files
author
ziyuhehe
committed
fix link
1 parent 60bc2f7 commit a157ef0

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

docs/add-functionality/methods-and-properties.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ No
203203
### `disableErrorPopupWindow`
204204

205205
The `disableErrorPopupWindow` property specifies to disable the popup window caused by the alert
206-
which will show when error happens, and throw the error directly. The deatail of when the error will
207-
shown in alert, can be seen
208-
[at the error-handling page](error-handling.md#error-handling-before-starting-embed-page-to-library)
206+
which will show when error happens, and throw the error directly.
209207

210208
#### Required?
211209

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ needs to enable the partitioned cookie in the Library settings to use this solut
130130
After this change, the customer can use most of the Embedding SDK functionalities even if 3rd party
131131
cookies are blocked in the Chrome preference. But for the SAML/OIDC login, the old workflow changes,
132132
and the user need to do more to make it work. The details can be seen in
133-
[SAML or OIDC authentication after Strategy ONE June 2024](./support-for-different-authentication-environments/authentication-saml.md#for-strategy-one-2024-update-6-or-after).
133+
[SAML or OIDC authentication after Strategy ONE June 2024](./support-for-different-authentication-environments/authentication-saml.md#for-strategy-one-june-2024-or-after).

docs/embed-bot-consumption-page/embed-bot-consumption-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ If this flag is set, all the errors occur in the initial loading process and man
246246
handled by OOTB Library itself, an error dialog would pop up.
247247

248248
You could also refer to
249-
[Custom error handling during bot creation](../add-functionality/error-handling.md#custom-error-handling-during-bot-creation).
249+
[Custom error handling during bot creation](../add-functionality/error-handling.md#custom-error-handling-during-dashboard-creation).
250250

251251
#### Required?
252252

docs/embedding-context/embedding-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See the identical function in
7474
#### Description
7575

7676
See the identical function in
77-
[Custom error handling after dashboard creation](../add-functionality/error-handling#custom-error-handling-after-dossier-creation).
77+
[Custom error handling after dashboard creation](../add-functionality/error-handling#custom-error-handling-after-dashboard-creation).
7878

7979
### `removeCustomErrorHandler()`
8080

@@ -85,7 +85,7 @@ See the identical function in
8585
#### Description
8686

8787
See the identical function in
88-
[Custom error handling after dashboard creation](../add-functionality/error-handling#custom-error-handling-after-dossier-creation).
88+
[Custom error handling after dashboard creation](../add-functionality/error-handling#custom-error-handling-after-dashboard-creation).
8989

9090
### `addSessionErrorHandler(handler)`
9191

docs/whats-new-in-the-embedding-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ In each release, changes are made to make the Strategy SDK more powerful and eas
126126
## 2021
127127

128128
- [More updates in error handling.](./add-functionality/error-handling.md)
129-
- [Apply multiple filters after a dashboard is rendered.](./add-functionality/filters.md#apply-multiple-filters)
129+
- [Apply multiple filters after a dashboard is rendered.](./add-functionality/filters.md#apply-multiple-filters-after-the-dashboard-is-rendered)
130130
- [Show or hide the `shareDossier` function.](./add-functionality/methods-and-properties.md#sharefeature)
131131

132132
## 2020 Update 3
@@ -136,7 +136,7 @@ In each release, changes are made to make the Strategy SDK more powerful and eas
136136
## 2020 Update 2
137137

138138
A new method to
139-
[remove an embedded dashboard](./add-functionality/methods-and-properties.md#destroy).
139+
[remove an embedded dashboard](./add-functionality/methods-and-properties.md#method-for-removing-an-embedded-dashboard).
140140

141141
## 2019
142142

0 commit comments

Comments
 (0)