Skip to content

Commit 608efac

Browse files
author
ziyuhehe
committed
fix link
1 parent 6fa7834 commit 608efac

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ which contains the detailed error message.
268268

269269
Whether `errorHandler` is set, the error occured inside the embeded page would output an error in
270270
the browser console. The detailed behavior could be seen in
271-
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-microstrategy-library-error-behavior-in-embed-case).
271+
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-strategy-library-error-behavior-in-embed-case).
272272

273273
#### Required?
274274

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ N/A
248248

249249
The custom error handler that executes when the error occurs in the initial loading process. It's a callback function that contains one parameter, `error`. The error object has the property `message`, which contains the detailed error message.
250250

251-
`customErrorHandler` is similar as `errorHandler`(see [The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-microstrategy-library-error-behavior-in-embed-case)). However, `errorHandler` will be unregistered automatically when the initial loading finishes, but `customErrorHandler` will not.
251+
`customErrorHandler` is similar as `errorHandler`(see [The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-strategy-library-error-behavior-in-embed-case)). However, `errorHandler` will be unregistered automatically when the initial loading finishes, but `customErrorHandler` will not.
252252

253253
#### Required?
254254

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ which contains the detailed error message.
270270

271271
Whether `errorHandler` is set, the error occured inside the embeded page would output an error in
272272
the browser console. The detailed behavior could be seen in
273-
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-microstrategy-library-error-behavior-in-embed-case).
273+
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-strategy-library-error-behavior-in-embed-case).
274274

275275
#### Required?
276276

docs/embed-library-main-page/embed-library-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ which contains the detailed error message.
226226

227227
Whether `errorHandler` is set, the error occured inside the library home page would output an error
228228
in the browser console. The detailed behavior could be seen in
229-
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-microstrategy-library-error-behavior-in-embed-case).
229+
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-strategy-library-error-behavior-in-embed-case).
230230

231231
#### Required?
232232

docs/embed-report-page/embed-report-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ which contains the detailed error message.
242242

243243
When `errorHandler` is set, errors that occur inside the report page produce an error in the browser
244244
console. See the detailed behavior in
245-
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-microstrategy-library-error-behavior-in-embed-case).
245+
[The overall Strategy Library error behavior in embed case](../add-functionality/error-handling.md#the-overall-strategy-library-error-behavior-in-embed-case).
246246

247247
#### Required?
248248

0 commit comments

Comments
 (0)